From 6ce08fd2aec13e7076e384c5d5eae1c4b1ee29f5 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 24 Jan 2025 18:15:51 +0100 Subject: [PATCH] chore: Update smithay --- Cargo.lock | 14 +++++++------- Cargo.toml | 10 ++++------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d64bb177..70a2e52a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1466,7 +1466,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4391,7 +4391,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4676,8 +4676,8 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" -version = "0.3.0" -source = "git+https://github.com/smithay//smithay?rev=fe31867#fe31867e3afac2543c4016fb8ed99df3e11eb6da" +version = "0.4.0" +source = "git+https://github.com/smithay/smithay.git?rev=f93476c#f93476cebab3d47f6729354805b3e184f6878ef2" dependencies = [ "appendlist", "ash", @@ -4765,7 +4765,7 @@ dependencies = [ [[package]] name = "smithay-egui" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay-egui.git?rev=0b013bf#0b013bf934b5691de246e918914b62878fdb0db4" +source = "git+https://github.com/Smithay/smithay-egui.git?rev=e9411da#e9411da9932316d6770661788c348f4b5a9be184" dependencies = [ "cgmath", "egui", @@ -4991,7 +4991,7 @@ dependencies = [ "getrandom", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5965,7 +5965,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 88bfce31a..50ef40145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,15 +84,13 @@ features = [ "wayland_frontend", "xwayland", ] -git = "https://github.com/smithay/smithay.git" -rev = "fe31867" -version = "0.3" +version = "0.4" [dependencies.smithay-egui] features = ["svg"] git = "https://github.com/Smithay/smithay-egui.git" optional = true -rev = "0b013bf" +rev = "e9411da" [features] debug = ["egui", "egui_plot", "smithay-egui", "anyhow/backtrace"] @@ -116,5 +114,5 @@ inherits = "release" [profile.release] lto = "fat" -[patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/smithay//smithay", rev = "fe31867" } +[patch.crates-io] +smithay = { git = "https://github.com/smithay/smithay.git", rev = "f93476c" } \ No newline at end of file