small software-rendered rust tty
bump winit
bendn 6 weeks ago
parent 51c4d77 · commit bf0627a
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e3dc3a9..2bee2f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ minifb = "0.28.0"
nix = { version = "0.30.1", features = ["process", "term"] }
parking_lot = "0.12.3"
swash = "0.2.4"
-winit = { version = "0.30.12", default-features = false, features = ["x11"] }
+winit = { version = "0.31.0-beta.2", default-features = false, features = ["x11"] }
[profile.release]
debug = 0