Skip to content

Commit

Permalink
Update glow to 0.14
Browse files Browse the repository at this point in the history
`smithay-egui` also needs to be updated with `egui-glow` 0.29 to match.
  • Loading branch information
ids1024 authored and Drakulix committed Sep 27, 2024
1 parent 8e9c7aa commit 3b0ecce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b0ecce

Please sign in to comment.