fix(wayland): remove wayland crate pinning

This commit is contained in:
Nova
2022-10-25 16:21:22 -04:00
parent a6d30cb366
commit 9cd900b23f
3 changed files with 3 additions and 9 deletions

View File

@@ -33,8 +33,6 @@ slog = "2.7.0"
slog-stdlog = "4.1.1"
xkbcommon = { version = "0.5.0", default-features = false }
stardust-xr = "0.5.2"
wayland-backend = "=0.1.0-beta.9"
wayland-scanner = "=0.30.0-beta.9"
directories = "4.0.1"
serde = { version = "1.0.145", features = ["derive"] }