ports/x11/wezterm/files/patch-window_Cargo.toml
Vladyslav Movchan ab5064ebfd x11/wezterm: Fix build with Rust 1.80.1
PR:		281212
Reported by:	vladislav.movchan@gmail.com (maintainer)
2024-09-04 22:34:32 +02:00

11 lines
411 B
TOML

--- window/Cargo.toml.orig 2024-02-03 18:08:09 UTC
+++ window/Cargo.toml
@@ -40,7 +40,7 @@ tiny-skia = "0.11"
resize = "0.5"
serde = {version="1.0", features = ["rc", "derive"]}
tiny-skia = "0.11"
-glium = { version = "0.31", default-features = false }
+glium = { version = "0.32", default-features = false }
url = "2"
wezterm-bidi = { path = "../bidi" }
wezterm-color-types = { path = "../color-types" }