chore(wayland): update waynest

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-09-30 22:32:09 +02:00
parent 2d6bc06cbe
commit 0ebfc1153e
29 changed files with 204 additions and 99 deletions

10
Cargo.lock generated
View File

@@ -5515,6 +5515,7 @@ dependencies = [
"dashmap",
"directories",
"drm-fourcc",
"futures-sink",
"glam",
"global_counter",
"input-event-codes",
@@ -5525,6 +5526,7 @@ dependencies = [
"nanoid",
"openxr",
"parking_lot 0.12.4",
"pin-project-lite",
"rand 0.9.2",
"rustc-hash 2.1.1",
"rustix 1.1.2",
@@ -6587,7 +6589,7 @@ dependencies = [
[[package]]
name = "waynest"
version = "0.1.0"
source = "git+https://github.com/verdiwm/waynest.git#cbbc19ed20ba5610fcc5577375d6b743d615da31"
source = "git+https://github.com/verdiwm/waynest.git#5169fdb3d96a09d0c65c2f73397f0576948b14a5"
dependencies = [
"bytes",
"futures-core",
@@ -6601,7 +6603,7 @@ dependencies = [
[[package]]
name = "waynest-macros"
version = "0.1.0"
source = "git+https://github.com/verdiwm/waynest.git#cbbc19ed20ba5610fcc5577375d6b743d615da31"
source = "git+https://github.com/verdiwm/waynest.git#5169fdb3d96a09d0c65c2f73397f0576948b14a5"
dependencies = [
"darling",
"quote",
@@ -6611,7 +6613,7 @@ dependencies = [
[[package]]
name = "waynest-protocols"
version = "0.1.0"
source = "git+https://github.com/verdiwm/waynest.git#cbbc19ed20ba5610fcc5577375d6b743d615da31"
source = "git+https://github.com/verdiwm/waynest.git#5169fdb3d96a09d0c65c2f73397f0576948b14a5"
dependencies = [
"bitflags 2.9.4",
"futures-core",
@@ -6624,7 +6626,7 @@ dependencies = [
[[package]]
name = "waynest-server"
version = "0.1.0"
source = "git+https://github.com/verdiwm/waynest.git#cbbc19ed20ba5610fcc5577375d6b743d615da31"
source = "git+https://github.com/verdiwm/waynest.git#5169fdb3d96a09d0c65c2f73397f0576948b14a5"
dependencies = [
"async-trait",
"futures-core",