Skip to content

Commit 1dd7dc0

Browse files
authored
Merge pull request #1538 from gtk-rs/dependabot/cargo/femtovg-0.8
build(deps): update femtovg requirement from 0.7 to 0.8
2 parents ed57d92 + 9817709 commit 1dd7dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ 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 }
12-
glow = { version = "0.12.0", optional = true }
12+
glow = { version = "0.13.0", optional = true }
1313
epoxy = { version = "0.1.0", optional = true }
1414
libloading = { version = "0.8.0", optional = true }
1515
im-rc = { version = "15", optional = true }

0 commit comments

Comments
 (0)