remove blade

This commit is contained in:
Junkui Zhang 2025-07-29 19:54:34 +08:00
parent 73eaee8f6f
commit ead7a1e1f0
2 changed files with 1 additions and 5 deletions

View file

@ -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"

View file

@ -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;