Skip to content

Commit

Permalink
Solves issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickGoettsch committed Feb 21, 2024
1 parent 7448484 commit aa3365e
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 39 deletions.
125 changes: 95 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/types/src/parameters.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::ops::{Index, Range};
use std::{path::PathBuf, time::Duration};

use nalgebra::{Point2, Vector2, Vector3, Vector4};
use nalgebra::{Point2, Point3, Vector2, Vector3, Vector4};
use serde::{Deserialize, Serialize};
use serialize_hierarchy::SerializeHierarchy;

Expand Down
Loading

0 comments on commit aa3365e

Please sign in to comment.