Skip to content

Commit 35adbae

Browse files
committed
Update to femtovg 0.11 and glow 0.15
1 parent 576ff5f commit 35adbae

File tree

2 files changed

+49
-14
lines changed

2 files changed

+49
-14
lines changed

Cargo.lock

Lines changed: 47 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors.workspace = true
77
[dependencies]
88
chrono = "0.4"
99

10-
femtovg = { version = "0.9", optional = true, default-features = false }
10+
femtovg = { version = "0.11", optional = true, default-features = false }
1111
glium = { version = "0.36", optional = true, default-features = false }
12-
glow = { version = "0.13.0", optional = true }
12+
glow = { version = "0.15.0", optional = true }
1313
epoxy = { version = "0.1.0", optional = true }
1414
libloading = { version = "0.8.5", optional = true }
1515
im-rc = { version = "15", optional = true }

0 commit comments

Comments
 (0)