Skip to content

Commit 86fae17

Browse files
committed
Update dependencies and manifests
1 parent 4ade6be commit 86fae17

3 files changed

Lines changed: 26 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.1.1"
44
authors = ["Fabian Löschner <loeschner@cs.rwth-aachen.de>"]
55
license = "MIT"
66
description = "Command-line tool for surface reconstruction of SPH particle data"
7+
keywords = ["sph", "particle", "surface", "reconstruction", "marching-cubes"]
8+
categories = ["command-line-utilities", "graphics", "science", "simulation", "visualization"]
79
readme = "README.md"
810
edition = "2018"
911

@@ -19,6 +21,6 @@ chrono = "0.4"
1921
anyhow = "1.0"
2022
coarse-prof = "0.2"
2123
vtkio = "0.3"
22-
nalgebra = "0.21"
24+
nalgebra = "0.22"
2325
num = "0.3"
2426
rayon = "1.4"

splashsurf_lib/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.1.1"
44
authors = ["Fabian Löschner <loeschner@cs.rwth-aachen.de>"]
55
license = "MIT"
66
description = "Library for surface reconstruction of SPH particle data"
7+
keywords = ["sph", "particle", "surface", "reconstruction", "marching-cubes"]
8+
categories = ["graphics", "science", "simulation", "visualization", "rendering"]
79
readme = "README.md"
810
edition = "2018"
911

@@ -18,7 +20,7 @@ exclude = [
1820

1921
[dependencies]
2022
log = "0.4"
21-
nalgebra = "0.21"
23+
nalgebra = "0.22"
2224
num = "0.3"
2325
anyhow = "1.0"
2426
thiserror = "1.0"

0 commit comments

Comments
 (0)