Skip to content

Commit

Permalink
don't include gltf_support yet
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Apr 13, 2024
1 parent fbb8b80 commit 8eb1431
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/renderling/src/stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ mod cpu;
#[cfg(not(target_arch = "spirv"))]
pub use cpu::*;

#[cfg(all(feature = "gltf", not(target_arch = "spirv")))]
mod gltf_support;
#[cfg(all(feature = "gltf", not(target_arch = "spirv")))]
pub use gltf_support::*;
// #[cfg(all(feature = "gltf", not(target_arch = "spirv")))]
// mod gltf_support;
// #[cfg(all(feature = "gltf", not(target_arch = "spirv")))]
// pub use gltf_support::*;

/// A vertex in a mesh.
#[cfg_attr(not(target_arch = "spirv"), derive(Debug))]
Expand Down

0 comments on commit 8eb1431

Please sign in to comment.