chore: static link vulkan
Some checks failed
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
build / checks-matrix (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-08 01:08:58 +05:30
parent e205c60187
commit 7be28fd81d
3 changed files with 36 additions and 20 deletions

View File

@@ -14,9 +14,10 @@ thiserror = "2.0"
tokio = "1.43.1"
tracing = "0.1"
tracing-subscriber = "0.3"
gpui = { git = "https://github.com/zed-industries/zed", default-features = false, features = ["wayland"] }
gpui = { git = "https://github.com/uttarayan21/zed", default-features = false, features = ["wayland"] }
nalgebra = "0.34.1"
wayland-sys = { version = "0.31.7", default-features = false }
wayland-backend = { version = "0.3.11", default-features = false }
ignore = { version = "0.4.23", features = ["simd-accel"] }
unicode-segmentation = "1.12.0"
ash = { version = "0.38.0", features = ["linked"] }