janitor: Update glow dependency

This commit is contained in:
Simon Hausmann 2023-01-24 09:35:18 +01:00
parent 8a56d7a272
commit d5ca021485
3 changed files with 4 additions and 7 deletions

View file

@ -17,7 +17,7 @@ name = "opengl_underlay"
[dependencies]
slint = { path = "../../api/rs/slint" }
# Use a git version until https://github.com/grovesNL/glow/issues/210 is released to crates.io
glow = { version = "0.11", git = "https://github.com/grovesNL/glow", rev = "11853d28ae64fbd7db5c856fe8b92a4a20fded94" }
glow = { version = "0.12" }
instant = { version = "0.1", features = [ "now" ] }
[build-dependencies]