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 f8def9a commit c5638e2Copy full SHA for c5638e2
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