Skip to content

Commit

Permalink
build(deps): update glow requirement from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and sdroege committed Nov 19, 2023
1 parent d5af23a commit 9817709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chrono = "0.4"

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 9817709

Please sign in to comment.