File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ cargo-util-schemas = "0.8.2"
3333semver = " 1.0.26"
3434dunce = " 1.0.5"
3535
36- # This crate MUST NEVER be upgraded, we need this particular "first" version to support old rust-gpu builds
37- legacy_target_specs = { package = " rustc_codegen_spirv-target-specs" , version = " 0.9.0" , features = [" include_str" ] }
38-
3936[workspace .lints .rust ]
4037missing_docs = " warn"
4138
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ default-run = "cargo-gpu"
1414cargo_metadata.workspace = true
1515anyhow.workspace = true
1616spirv-builder = { workspace = true , features = [" clap" , " watch" ] }
17- legacy_target_specs.workspace = true
1817clap.workspace = true
1918directories.workspace = true
2019env_logger.workspace = true
You can’t perform that action at this time.
0 commit comments