update: waynest

This commit is contained in:
Nova
2025-09-15 18:32:13 -07:00
parent 27196e2dda
commit 0599eece82
4 changed files with 141 additions and 131 deletions

View File

@@ -152,10 +152,10 @@ cluFlock = { version = "1.2.7", optional = true } # for the lockfile checking
# "stable",
# "tracing",
# ], default-features = false, optional = true }
waynest = { git = "https://github.com/technobaboo/waynest.git", branch = "fix/wayland-drm", features = [
waynest = { git = "https://github.com/technobaboo/waynest.git", branch = "fix/fd_clear", features = [
"server",
"stable",
"external",
"mesa",
"tracing",
], default-features = false, optional = true }
tokio-stream = { version = "0.1.17", optional = true }