Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 327c598

Browse files
committed
Bump all dependencies. Bump minior version. 1.4.0
1 parent 7ed780d commit 327c598

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coord_transforms"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
authors = ["David Kramer <[email protected]>"]
55
description = "A Rust crate use for performing coordinate transformations."
66
repository = "https://github.com/DaveKram/coord_transforms"
@@ -10,10 +10,10 @@ categories = ["algorithms", "embedded", "science", "parsing"]
1010
license = "MIT"
1111

1212
[dependencies]
13-
nalgebra = "0.21.1"
14-
float-cmp = "0.5.2"
13+
nalgebra = "0.31.0"
14+
float-cmp = "0.9.0"
1515

1616
[dev-dependencies]
17-
chrono = "0.4.9"
18-
rayon = "1.2.0"
19-
minifb = "0.13.0"
17+
chrono = "0.4.19"
18+
rayon = "1.5.3"
19+
minifb = "0.23.0"

examples/visual.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fn main() {
105105
}
106106
}
107107

108-
window.update_with_buffer(&buffer).unwrap();
108+
window.update_with_buffer(&buffer, WIDTH, HEIGHT).unwrap();
109109

110110
//Wrap radians
111111
if line_angle_rads >= 2.0 * 3.14 {

0 commit comments

Comments
 (0)