feat: add gravity node
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m52s

This commit is contained in:
2024-04-25 13:15:24 +02:00
parent 41ca2123ba
commit c1e6d141bf
14 changed files with 390 additions and 26 deletions

16
Cargo.lock generated
View File

@@ -78,6 +78,22 @@ version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9"
[[package]]
name = "gravity"
version = "0.1.0"
dependencies = [
"console_error_panic_hook",
"glam",
"macros",
"noise",
"serde",
"serde-wasm-bindgen",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",
]
[[package]]
name = "itoa"
version = "1.0.11"