sunriseos / SunriseOS

Horizon/NX kernel reimplementation
Apache License 2.0
229 stars 13 forks source link

Bump font-rs from `fc6d2d0` to `ae9d2f8` #506

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps font-rs from fc6d2d0 to ae9d2f8.

Commits - [`ae9d2f8`](https://github.com/sunriseos/font-rs/commit/ae9d2f89e0b538c3233fe3ae8a082ddfe0ee978d) Add no_std support - [`b778803`](https://github.com/sunriseos/font-rs/commit/b7788033687017a2e2ade90b91a9720cf0e0ce6f) Use log to not depend on println - [`ad0b79e`](https://github.com/sunriseos/font-rs/commit/ad0b79ea9b76cc80687ad4363d4fa692fbd0ddf8) Handle glyph with single point ([#42](https://github-redirect.dependabot.com/SunriseOS/font-rs/issues/42)) - [`7da8aa8`](https://github.com/sunriseos/font-rs/commit/7da8aa82f0a54d0a1e8ad5e3e3f790cf7e98e5e8) read metrics as signed, not unsigned ([#43](https://github-redirect.dependabot.com/SunriseOS/font-rs/issues/43)) - [`5ef0f71`](https://github.com/sunriseos/font-rs/commit/5ef0f71a0c7a8f33632140e8a6326998a1640450) add support for querying metrics ([#39](https://github-redirect.dependabot.com/SunriseOS/font-rs/issues/39)) - [`7be3725`](https://github.com/sunriseos/font-rs/commit/7be3725dd01839f3dd9f00597381572c6129fad9) Added regression tests for glyph lookup. ([#35](https://github-redirect.dependabot.com/SunriseOS/font-rs/issues/35)) - [`b3ad076`](https://github.com/sunriseos/font-rs/commit/b3ad0762ce88f931a3e0f8563c2afc066aea0d3e) Fix incorrect rounding of size ([#34](https://github-redirect.dependabot.com/SunriseOS/font-rs/issues/34)) - [`d1856c1`](https://github.com/sunriseos/font-rs/commit/d1856c1343452285af3a998e55aad31aacabadd2) Fix overflow bug with code points larger than 2^15 ([#31](https://github-redirect.dependabot.com/SunriseOS/font-rs/issues/31)) - [`f600da7`](https://github.com/sunriseos/font-rs/commit/f600da7db88c5883f69b84d36bcbf81d9d92c651) Merge pull request [#28](https://github-redirect.dependabot.com/SunriseOS/font-rs/issues/28) from codri/rust_native_simd - [`b382105`](https://github.com/sunriseos/font-rs/commit/b38210530217752b3405c7ee947bd0089c76825f) Issue [#9](https://github-redirect.dependabot.com/SunriseOS/font-rs/issues/9) : Switched to native SIMD instructions in Rust. Deleted build.rs and... - See full diff in [compare view](https://github.com/SunriseOS/font-rs/compare/fc6d2d0a4ba224dafe8426a8bf00c6f1ab5aba17...ae9d2f89e0b538c3233fe3ae8a082ddfe0ee978d)


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 commands and options
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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like font-rs is up-to-date now, so this is no longer needed.