Skip to content

Commit a1ae7e8

Browse files
committed
rename mod naga to naga_transpile to prevent name collision with naga reexport
1 parent 828b851 commit a1ae7e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cargo-gpu/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ mod linkage;
6666
mod lockfile;
6767
mod metadata;
6868
#[cfg(feature = "naga")]
69-
mod naga;
69+
mod naga_transpile;
7070
mod show;
7171
mod spirv_source;
7272
mod test;
7373

7474
pub use install::*;
7575
#[cfg(feature = "naga")]
76-
pub use naga::*;
76+
pub use naga_transpile::*;
7777
pub use spirv_builder;
7878

7979
/// Central function to write to the user.
File renamed without changes.

0 commit comments

Comments
 (0)