Skip to content

Commit

Permalink
build(deps): bump femtovg from 0.8.2 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [femtovg](https://github.com/femtovg/femtovg) from 0.8.2 to 0.9.0.
- [Release notes](https://github.com/femtovg/femtovg/releases)
- [Changelog](https://github.com/femtovg/femtovg/blob/master/CHANGELOG.md)
- [Commits](femtovg/femtovg@v0.8.2...v0.9.0)

---
updated-dependencies:
- dependency-name: femtovg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bilelmoussaoui committed Mar 11, 2024
1 parent 4bab32e commit 7121109
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
29 changes: 10 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors.workspace = true
[dependencies]
chrono = "0.4"

femtovg = { version = "0.8", optional = true, default-features = false }
femtovg = { version = "0.9", optional = true, default-features = false }
glium = { version = "0.34", optional = true, default-features = false }
glow = { version = "0.13.0", optional = true }
epoxy = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 7121109

Please sign in to comment.