This repository was archived by the owner on Apr 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ exclude = [
1414
1515resolver = " 2"
1616
17+ [workspace .package ]
18+ version = " 0.1.0"
19+ edition = " 2021"
20+ repository = " https://github.com/Rust-GPU/cargo-gpu"
21+ readme = " ./README.md"
22+ keywords = [" gpu" , " compiler" , " rust-gpu" ]
23+ license = " MIT OR Apache-2.0"
24+
1725[workspace .dependencies ]
1826spirv-builder = { git = " https://github.com/Rust-GPU/rust-gpu" , rev = " a30bd43db45f2bfe260051f44141e5eaffcbb4b0" , default-features = false }
1927anyhow = " 1.0.98"
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-gpu"
3- version = " 0.1.0 "
4- edition = " 2021 "
3+ version.workspace = true
4+ edition.workspace = true
55description = " Generates shader .spv files from rust-gpu shader crates"
6- repository = " https://github.com/Rust-GPU/cargo-gpu "
7- readme = " ../../README.md "
8- keywords = [ " gpu " , " compiler " , " rust-gpu " ]
9- license = " MIT OR Apache-2.0 "
6+ repository.workspace = true
7+ readme.workspace = true
8+ keywords.workspace = true
9+ license.workspace = true
1010default-run = " cargo-gpu"
1111# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212
You can’t perform that action at this time.
0 commit comments