Skip to content

Commit

Permalink
Merge pull request #64 from SlimeYummy/issue/fix-tests
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
SlimeYummy authored Apr 9, 2024
2 parents c2bebca + 9bca494 commit e1b66b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ mod ik_two_bone_job;
mod local_to_model_job;
mod sampling_job;
mod skeleton;
mod skinning_job;
mod track;
mod track_sampling_job;
mod track_triggering_job;
// mod skinning_job;
// mod track;
// mod track_sampling_job;
// mod track_triggering_job;

pub mod math;
#[cfg(all(feature = "wasm", feature = "nodejs"))]
Expand Down

0 comments on commit e1b66b5

Please sign in to comment.