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.
mod naga
naga_transpile
1 parent 828b851 commit a1ae7e8Copy full SHA for a1ae7e8
crates/cargo-gpu/src/lib.rs
@@ -66,14 +66,14 @@ mod linkage;
66
mod lockfile;
67
mod metadata;
68
#[cfg(feature = "naga")]
69
-mod naga;
+mod naga_transpile;
70
mod show;
71
mod spirv_source;
72
mod test;
73
74
pub use install::*;
75
76
-pub use naga::*;
+pub use naga_transpile::*;
77
pub use spirv_builder;
78
79
/// Central function to write to the user.
crates/cargo-gpu/src/naga.rs renamed to crates/cargo-gpu/src/naga_transpile.rs
0 commit comments