Skip to content

Commit

Permalink
don't export pipelined rendering on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
hymm committed Jan 2, 2024
1 parent 2bc4fd4 commit ebad7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_render/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub mod extract_resource;
pub mod globals;
pub mod gpu_component_array_buffer;
pub mod mesh;
#[cfg(not(target_arch = "wasm32"))]
pub mod pipelined_rendering;
pub mod primitives;
pub mod render_asset;
Expand Down

0 comments on commit ebad7dc

Please sign in to comment.