mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
11 lines
411 B
TOML
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" }
|