From 54230ca2e8e76537cf0c9a6167377fb304b13c84 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 10 Jan 2025 14:50:48 -0800 Subject: [PATCH] Update `glow` to `0.16.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1288cb41fae9..ea2d574e2dc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ drm = { version = "0.14.0", optional = true } drm-ffi = { version = "0.9.0", optional = true } errno = "0.3.5" gbm = { version = "0.18.0", optional = true, default-features = false, features = ["drm-support"] } -glow = { version = "0.14", optional = true } +glow = { version = "0.16", optional = true } input = { version = "0.9.0", default-features = false, features=["libinput_1_19"], optional = true } indexmap = "2.0" libc = "0.2.103"