remove blade

Junkui Zhang created

Change summary

crates/gpui/Cargo.toml | 5 -----
crates/gpui/build.rs   | 1 +
2 files changed, 1 insertion(+), 5 deletions(-)

Detailed changes

crates/gpui/Cargo.toml 🔗

@@ -217,10 +217,6 @@ xim = { git = "https://github.com/XDeme1/xim-rs", rev = "d50d461764c2213655cd9cf
 x11-clipboard = { version = "0.9.3", optional = true }
 
 [target.'cfg(target_os = "windows")'.dependencies]
-blade-util.workspace = true
-bytemuck = "1"
-blade-graphics.workspace = true
-blade-macros.workspace = true
 flume = "0.11"
 rand.workspace = true
 windows.workspace = true
@@ -241,7 +237,6 @@ util = { workspace = true, features = ["test-support"] }
 
 [target.'cfg(target_os = "windows")'.build-dependencies]
 embed-resource = "3.0"
-naga.workspace = true
 
 [target.'cfg(target_os = "macos")'.build-dependencies]
 bindgen = "0.71"

crates/gpui/build.rs 🔗

@@ -29,6 +29,7 @@ fn main() {
 }
 
 #[allow(dead_code)]
+#[cfg(not(target_os = "windows"))]
 fn check_wgsl_shaders() {
     use std::path::PathBuf;
     use std::process;