Update glow to 0.14

`smithay-egui` also needs to be updated with `egui-glow` 0.29 to match.
This commit is contained in:
Ian Douglas Scott 2024-09-26 13:17:21 -07:00 committed by Victoria Brekenfeld
parent 8e9c7aa0ee
commit 3b0ecce6c1

View file

@ -37,7 +37,7 @@ drm = { version = "0.12.0", optional = true }
drm-ffi = { version = "0.8.0", optional = true }
errno = "0.3.5"
gbm = { version = "0.15.0", optional = true, default-features = false, features = ["drm-support"] }
glow = { version = "0.12", optional = true }
glow = { version = "0.14", optional = true }
input = { version = "0.9.0", default-features = false, features=["libinput_1_19"], optional = true }
indexmap = "2.0"
libc = "0.2.103"