Skip to content

Commit

Permalink
Merge pull request #1538 from gtk-rs/dependabot/cargo/femtovg-0.8
Browse files Browse the repository at this point in the history
build(deps): update femtovg requirement from 0.7 to 0.8
  • Loading branch information
sdroege authored Nov 19, 2023
2 parents ed57d92 + 9817709 commit 1dd7dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
[dependencies]
chrono = "0.4"

femtovg = { version = "0.7", optional = true, default-features = false }
femtovg = { version = "0.8", optional = true, default-features = false }
glium = { version = "0.32", optional = true, default-features = false }
glow = { version = "0.12.0", optional = true }
glow = { version = "0.13.0", optional = true }
epoxy = { version = "0.1.0", optional = true }
libloading = { version = "0.8.0", optional = true }
im-rc = { version = "15", optional = true }
Expand Down

0 comments on commit 1dd7dc0

Please sign in to comment.