Skip to content

Commit

Permalink
Update rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
PikminGuts92 committed Aug 26, 2024
1 parent 1782fed commit c3ca06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/anim_preview/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition.workspace = true
grim = { workspace = true }
keyframe = "1.1.1"
nalgebra = "0.33.0"
rerun = { version = "0.16.1", features = [ "native_viewer" ] }
rerun = { version = "0.18.0", features = [ "native_viewer" ] }
shared = { path = "../shared" }

[lints]
Expand Down
3 changes: 1 addition & 2 deletions utils/anim_preview/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ use nalgebra as na;
use rerun::external::glam;
use rerun::{
coordinates::{Handedness, SignedAxis3},
components::{LineStrip3D, Position3D, Radius, Scalar, Transform3D, ViewCoordinates},
components::{LineStrip3D, Position3D, Radius, Scalar, ViewCoordinates},
RecordingStream, RecordingStreamBuilder,
time::Timeline,
transform::TranslationRotationScale3D,
};
use rerun::{Arrows3D, Points3D};

Expand Down

0 comments on commit c3ca06d

Please sign in to comment.