mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #28993 - servo:dependabot/cargo/ab_glyph_rasterizer-0.1.7, r=jdm
Bump ab_glyph_rasterizer from 0.1.5 to 0.1.7 Bumps [ab_glyph_rasterizer](https://github.com/alexheretic/ab-glyph) from 0.1.5 to 0.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alexheretic/ab-glyph/releases">ab_glyph_rasterizer's releases</a>.</em></p> <blockquote> <h2>ab-glyph-rasterizer-0.1.7</h2> <ul> <li>Fix x86, x86_64 no_std builds, require <code>std</code> feature for runtime detected SIMD.</li> </ul> <h2>ab-glyph-rasterizer-0.1.6</h2> <ul> <li>Add runtime detected AVX2 or SSE4.2 line drawing. Improves performance on compatible x86_64 CPUs.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5b0655514e
"><code>5b06555</code></a> Release ab_glyph_rasterizer 0.1.7</li> <li><a href="a64a8a1402
"><code>a64a8a1</code></a> Fix build for no_std x86, x86_64 (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/69">#69</a>)</li> <li><a href="87af73a779
"><code>87af73a</code></a> Update criterion to 0.4</li> <li><a href="a1362e10ba
"><code>a1362e1</code></a> Release ab_glyph 0.2.17</li> <li><a href="7815d8359f
"><code>7815d83</code></a> Release ab_glyph_rasterizer 0.1.6</li> <li><a href="e64ca8d1d9
"><code>e64ca8d</code></a> Add <code>VariableFont</code> to support reading & setting font variations (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/67">#67</a>)</li> <li><a href="c0df7759dc
"><code>c0df775</code></a> Add runtime detected AVX2 or SSE4.2 line drawing (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/66">#66</a>)</li> <li><a href="65064cf8d2
"><code>65064cf</code></a> Release ab_glyph 0.2.16</li> <li><a href="d6c06c23a3
"><code>d6c06c2</code></a> Add Font::pt_to_px_scale, PxScale::round (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/63">#63</a>)</li> <li><a href="7491c2be4e
"><code>7491c2b</code></a> Release ab_glyph 0.2.15</li> <li>Additional commits viewable in <a href="https://github.com/alexheretic/ab-glyph/compare/ab-glyph-rasterizer-0.1.5...ab-glyph-rasterizer-0.1.7">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This commit is contained in:
commit
181f2197d4
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4,9 +4,9 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "ab_glyph_rasterizer"
|
||||
version = "0.1.5"
|
||||
version = "0.1.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
|
||||
checksum = "330223a1aecc308757b9926e9391c9b47f8ef2dbd8aea9df88312aea18c5e8d6"
|
||||
|
||||
[[package]]
|
||||
name = "accountable-refcell"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue