Skip to content

Commit

Permalink
deps: Update nalgebra to 0.32 (from 0.31) (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jun 8, 2024
1 parent 7ce43f6 commit de21ead
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 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 demos/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4", features = ["derive"] }
env_logger = "0.11.2"
image = { version = "0.24", default-features = false, features = ["png"] }
log = "0.4"
nalgebra = "0.31"
nalgebra = "0.32"
workspace-hack = { version = "0.1", path = "../../workspace-hack" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion demos/viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env_logger = "0.11.2"

fidget = { path = "../../fidget", default-features = false, features = ["render", "rhai"] }
log = "0.4"
nalgebra = "0.31"
nalgebra = "0.32"
notify = "5.0"
rhai = "1.10"
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
Expand Down
12 changes: 6 additions & 6 deletions demos/web-editor/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 demos/web-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
bincode = "1.3.3"
fidget = {path = "../../fidget", default-features = false, features = ["rhai", "mesh", "render"]}
wasm-bindgen = "0.2.92"
nalgebra = "0.31"
nalgebra = "0.32"

# Take advantage of feature unification to turn on wasm-bindgen here
rhai = { version = "*", features = ["wasm-bindgen"] }
2 changes: 1 addition & 1 deletion fidget/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ arrayvec = "0.7"
bimap = "0.6.3"
document-features = "0.2"
ieee754 = "0.2"
nalgebra = "0.31"
nalgebra = "0.32"
num-derive = "0.3"
num-traits = "0.2"
ordered-float = "3"
Expand Down

0 comments on commit de21ead

Please sign in to comment.