Skip to content

Commit 91f3ffe

Browse files
committed
Rename library crate
1 parent d3026f8 commit 91f3ffe

File tree

19 files changed

+7
-7
lines changed

19 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -1,13 +1,13 @@
11
[workspace]
22
members = [
3-
"crates/cargo-gpu",
3+
"crates/cargo-gpu-cache",
44
"crates/cargo-gpu-cli",
55
"crates/xtask",
66
]
77

88
exclude = [
99
# This currently needs to be excluded because it depends on a version of `rust-gpu` that
10-
# uses a toolchain whose Cargo version doesn't recognize version 4 of `Cargo.lock`.
10+
# uses a toolchain whose Cargo version doesn't recognise version 4 of `Cargo.lock`.
1111
"crates/shader-crate-template",
1212
]
1313

crates/cargo-gpu/Cargo.toml renamed to crates/cargo-gpu-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "cargo-gpu"
2+
name = "cargo-gpu-cache"
33
description = "Generates shader .spv files from `rust-gpu` shader crates"
44
readme = "../../README.md"
55
version.workspace = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)