Skip to content

Commit 9817709

Browse files
dependabot[bot]sdroege
authored andcommitted
build(deps): update glow requirement from 0.12.0 to 0.13.0
Updates the requirements on [glow](https://github.com/grovesNL/glow) to permit the latest version. - [Commits](https://github.com/grovesNL/glow/commits) --- updated-dependencies: - dependency-name: glow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5af23a commit 9817709

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
@@ -9,7 +9,7 @@ chrono = "0.4"
99

1010
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)