aboutsummaryrefslogtreecommitdiff
path: root/src/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry')
-rw-r--r--src/geometry/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/mod.rs b/src/geometry/mod.rs
index cfc3086..23e34cc 100644
--- a/src/geometry/mod.rs
+++ b/src/geometry/mod.rs
@@ -11,7 +11,7 @@ pub use self::interaction_graph::{
pub use self::narrow_phase::NarrowPhase;
pub use self::pair_filter::{ContactPairFilter, PairFilterContext, ProximityPairFilter};
-pub use cdl::query::{KinematicsCategory, TrackedContact};
+pub use cdl::query::TrackedContact;
pub type Contact = cdl::query::TrackedContact<ContactData>;
pub type ContactManifold = cdl::query::ContactManifold<ContactManifoldData, ContactData>;