Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent b6a7496 commit 806105d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 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.11", optional = true, default-features = false }
femtovg = { version = "0.12", optional = true, default-features = false }
glium = { version = "0.36", optional = true, default-features = false }
glow = { version = "0.15.0", optional = true }
epoxy = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 806105d

Please sign in to comment.