From f0c4adc58c1b0679e6abf3ac2b6b9cf54c9fd013 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 17 Feb 2026 16:34:55 +0100 Subject: [PATCH] Update to softbuffer v0.4.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85dc5c30d..3321df958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tracing = { version = "0.1.40", default-features = false } # Dev dependencies. image = { version = "0.25.0", default-features = false } -softbuffer = { version = "0.4.6", default-features = false, features = [ +softbuffer = { version = "0.4.8", default-features = false, features = [ "x11", "x11-dlopen", "wayland",