We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f248a commit f0fc1eaCopy full SHA for f0fc1ea
crates/cargo-gpu/src/builder.rs renamed to crates/cargo-gpu/src/build.rs
crates/cargo-gpu/src/main.rs
@@ -50,13 +50,13 @@
50
//! conduct other post-processing, like converting the `spv` files into `wgsl` files,
51
//! for example.
52
53
-use builder::Build;
+use build::Build;
54
use clap::Parser as _;
55
use install::Install;
56
use show::Show;
57
use toml::Toml;
58
59
-mod builder;
+mod build;
60
mod install;
61
mod show;
62
mod spirv;
0 commit comments