Make glow a Cargo workspace dependency

This commit is contained in:
Simon Hausmann 2025-01-14 14:17:18 +01:00 committed by Simon Hausmann
parent 37be696cd6
commit 4aa81b671a
5 changed files with 5 additions and 4 deletions

View file

@ -16,7 +16,7 @@ name = "opengl_texture"
[dependencies]
slint = { path = "../../api/rs/slint" }
glow = { version = "0.16" }
glow = { workspace = true }
web-time = { version = "1.0" }
[build-dependencies]