Skip to content

Commit

Permalink
Bump all dependencies. Bump minior version. 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveKram committed Jun 24, 2022
1 parent 7ed780d commit 327c598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coord_transforms"
version = "1.3.1"
version = "1.4.0"
authors = ["David Kramer <davegkramer@gmail.com>"]
description = "A Rust crate use for performing coordinate transformations."
repository = "https://github.com/DaveKram/coord_transforms"
Expand All @@ -10,10 +10,10 @@ categories = ["algorithms", "embedded", "science", "parsing"]
license = "MIT"

[dependencies]
nalgebra = "0.21.1"
float-cmp = "0.5.2"
nalgebra = "0.31.0"
float-cmp = "0.9.0"

[dev-dependencies]
chrono = "0.4.9"
rayon = "1.2.0"
minifb = "0.13.0"
chrono = "0.4.19"
rayon = "1.5.3"
minifb = "0.23.0"
2 changes: 1 addition & 1 deletion examples/visual.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fn main() {
}
}

window.update_with_buffer(&buffer).unwrap();
window.update_with_buffer(&buffer, WIDTH, HEIGHT).unwrap();

//Wrap radians
if line_angle_rads >= 2.0 * 3.14 {
Expand Down

0 comments on commit 327c598

Please sign in to comment.