Skip to content

Commit

Permalink
Upgrade ultraviolet.
Browse files Browse the repository at this point in the history
  • Loading branch information
olson-sean-k committed Sep 18, 2020
1 parent 789eb62 commit 74ffd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cgmath = { version = "^0.17.0", optional = true }
glam = { version = "^0.9.0", optional = true }
mint = { version = "^0.5.0", optional = true }
nalgebra = { version = "^0.22.0", optional = true }
ultraviolet = { version = "^0.5.0", optional = true }
ultraviolet = { version = "^0.6.0", optional = true }

[target.'cfg(target_os = "linux")'.dependencies.ndarray]
version = "^0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion src/integration/ultraviolet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use arrayvec::ArrayVec;
use decorum::R64;
use typenum::consts::{U2, U3, U4};
use ultraviolet::lerp::Lerp;
use ultraviolet::interp::Lerp;
use ultraviolet::vec::{Vec2, Vec3, Vec4};

use crate::adjunct::{Adjunct, Converged, Extend, Fold, Map, Truncate, ZipMap};
Expand Down

0 comments on commit 74ffd82

Please sign in to comment.