We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136f052 commit 66eb1e3Copy full SHA for 66eb1e3
2 files changed
crates/slosh2d/Cargo.toml
@@ -1,8 +1,11 @@
1
[package]
2
name = "slosh2d"
3
+authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
4
+description = "Cross-platform GPU 2D Material Point Method implementation."
5
+repository = "https://github.com/dimforge/stensor"
6
version = "0.1.0"
7
+edition = "2024"
8
license = "Apache-2.0"
-edition = "2021"
9
10
[lints]
11
workspace = true
crates/slosh3d/Cargo.toml
name = "slosh3d"
+description = "Cross-platform GPU 3D Material Point Method implementation."
0 commit comments