Skip to content

Commit d5af23a

Browse files
build(deps): update femtovg requirement from 0.7 to 0.8
Updates the requirements on [femtovg](https://github.com/femtovg/femtovg) to permit the latest version. - [Release notes](https://github.com/femtovg/femtovg/releases) - [Changelog](https://github.com/femtovg/femtovg/blob/master/CHANGELOG.md) - [Commits](femtovg/femtovg@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: femtovg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b6e492 commit d5af23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
chrono = "0.4"
99

10-
femtovg = { version = "0.7", optional = true, default-features = false }
10+
femtovg = { version = "0.8", optional = true, default-features = false }
1111
glium = { version = "0.32", optional = true, default-features = false }
1212
glow = { version = "0.12.0", optional = true }
1313
epoxy = { version = "0.1.0", optional = true }

0 commit comments

Comments
 (0)