Skip to content

Commit

Permalink
Conditional import for 2d feature flag
Browse files Browse the repository at this point in the history
legendofa committed Dec 14, 2024
1 parent 20261be commit c4ffc42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/dynamics/joint/groove_joint.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use crate::dynamics::joint::{GenericJoint, GenericJointBuilder, JointAxesMask};
#[cfg(feature = "dim2")]
use crate::dynamics::joint::{GenericJointBuilder, JointAxesMask};

use crate::dynamics::joint::GenericJoint;
use crate::dynamics::{JointAxis, MotorModel};
use crate::math::{Point, Real, UnitVector};

0 comments on commit c4ffc42

Please sign in to comment.