From fa3af63e893ec932aa6a8c578abd6488642eade6 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sun, 9 Mar 2025 05:02:04 +0900 Subject: [PATCH] pin smithay version --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c2d0fc..76c7441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3864,8 +3864,9 @@ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" [[package]] name = "smithay" -version = "0.4.0" -source = "git+https://github.com/Smithay/smithay.git#0cd3345c59f7cb139521f267956a1a4e33248393" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "497aa82b881bf392470c286b213e01f7aa30b2fb08857831f81c87b251ba4d89" dependencies = [ "appendlist", "bitflags 2.8.0", diff --git a/Cargo.toml b/Cargo.toml index 63e9798..80e3707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ mint = "0.5.9" #WayVR-only deps ################################ khronos-egl = { version = "6.0.0", features = ["static"], optional = true } -smithay = { git = "https://github.com/Smithay/smithay.git", default-features = false, features = [ +smithay = { version = "0.5.1", default-features = false, features = [ "renderer_gl", "backend_egl", "backend_drm",