From 3b0ecce6c1bd9d36df2cc3ff6988065059d1dd2d Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 26 Sep 2024 13:17:21 -0700 Subject: [PATCH] Update `glow` to 0.14 `smithay-egui` also needs to be updated with `egui-glow` 0.29 to match. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80e3ce12cf..6d6fa9f724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"