Skip to content

Commit

Permalink
rearrange crate structure to make it more logical
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Aug 6, 2023
1 parent a241474 commit 39e0d49
Show file tree
Hide file tree
Showing 28 changed files with 1,055 additions and 985 deletions.
2 changes: 1 addition & 1 deletion examples/test_convex_shapes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod common;
use bevy::prelude::*;
use bevy::render::mesh::Indices;
use bevy::render::render_resource::PrimitiveTopology;
use bevy_mod_physx::assets::GeometryInner;
use bevy_mod_physx::core::geometry::GeometryInner;
use bevy_mod_physx::prelude::{self as bpx, *};

fn main() {
Expand Down
309 changes: 0 additions & 309 deletions src/components.rs

This file was deleted.

Loading

0 comments on commit 39e0d49

Please sign in to comment.