Skip to content

Commit 960cbf0

Browse files
committed
wgpu: add api placeholder, ash as the only choice
1 parent a9961b1 commit 960cbf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphics/cargo-generate.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ ignore = ["target", "mygraphics/src/bin"]
33
exclude = ["target", "mygraphics/src/bin"]
44

55
[placeholders]
6-
integration = { prompt = "What integration type?", choices = ["cargo-gpu", "spirv-builder"], default = "cargo-gpu", type = "string" }
6+
api = { prompt = "What API?", choices = ["ash"], default = "ash", type = "string" }
7+
integration = { prompt = "How to integrate rust-gpu?", choices = ["cargo-gpu", "spirv-builder"], default = "cargo-gpu", type = "string" }
78

89
[conditional.'integration != "spirv-builder"']
910
ignore = [ "rust-toolchain.toml" ]

0 commit comments

Comments
 (0)