remove blade
This commit is contained in:
parent
73eaee8f6f
commit
ead7a1e1f0
2 changed files with 1 additions and 5 deletions
|
@ -217,10 +217,6 @@ xim = { git = "https://github.com/XDeme1/xim-rs", rev = "d50d461764c2213655cd9cf
|
||||||
x11-clipboard = { version = "0.9.3", optional = true }
|
x11-clipboard = { version = "0.9.3", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
blade-util.workspace = true
|
|
||||||
bytemuck = "1"
|
|
||||||
blade-graphics.workspace = true
|
|
||||||
blade-macros.workspace = true
|
|
||||||
flume = "0.11"
|
flume = "0.11"
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
windows.workspace = true
|
windows.workspace = true
|
||||||
|
@ -241,7 +237,6 @@ util = { workspace = true, features = ["test-support"] }
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.build-dependencies]
|
[target.'cfg(target_os = "windows")'.build-dependencies]
|
||||||
embed-resource = "3.0"
|
embed-resource = "3.0"
|
||||||
naga.workspace = true
|
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.build-dependencies]
|
[target.'cfg(target_os = "macos")'.build-dependencies]
|
||||||
bindgen = "0.71"
|
bindgen = "0.71"
|
||||||
|
|
|
@ -29,6 +29,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
|
#[cfg(not(target_os = "windows"))]
|
||||||
fn check_wgsl_shaders() {
|
fn check_wgsl_shaders() {
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::process;
|
use std::process;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue