Skip to content

Commit 9b99f20

Browse files
committed
rename rustc_codegen_spirv_target_specs to rustc_codegen_spirv-target-specs
1 parent 86edfff commit 9b99f20

24 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919

2020
"crates/rustc_codegen_spirv",
2121
"crates/rustc_codegen_spirv-types",
22-
"crates/rustc_codegen_spirv_target_specs",
22+
"crates/rustc_codegen_spirv-target-specs",
2323
"crates/spirv-builder",
2424
"crates/spirv-std",
2525
"crates/spirv-std/shared",
@@ -47,7 +47,7 @@ spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.9.0" }
4747
spirv-tools = { version = "0.11", default-features = false }
4848
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.9.0", default-features = false }
4949
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.9.0" }
50-
rustc_codegen_spirv_target_specs = { path = "./crates/rustc_codegen_spirv_target_specs", version = "=0.9.0" }
50+
rustc_codegen_spirv-target-specs = { path = "crates/rustc_codegen_spirv-target-specs", version = "=0.9.0" }
5151
tracing = "0.1"
5252
tracing-subscriber = { version = "0.3.3", features = ["env-filter", "json"] }
5353

crates/rustc_codegen_spirv_target_specs/Cargo.toml renamed to crates/rustc_codegen_spirv-target-specs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "rustc_codegen_spirv_target_specs"
2+
name = "rustc_codegen_spirv-target-specs"
33
description = "target spec json files of rust-gpu for the rustc compiler"
44
version.workspace = true
55
authors.workspace = true

crates/rustc_codegen_spirv_target_specs/README.md renamed to crates/rustc_codegen_spirv-target-specs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `rustc_codegen_spirv_target_spec`
1+
# `rustc_codegen_spirv-target-specs`
22

33
The target spec json files of rust-gpu to hand to the rustc compiler, declaring various metadata about our codegen backend.
44

0 commit comments

Comments
 (0)