feat: some stuff

This commit is contained in:
2024-04-17 16:39:56 +02:00
parent 7579c6c00b
commit 1da13523ea
9 changed files with 99 additions and 36 deletions

7
Cargo.lock generated
View File

@@ -85,6 +85,12 @@ dependencies = [
"rand",
]
[[package]]
name = "glam"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9"
[[package]]
name = "itoa"
version = "1.0.11"
@@ -364,6 +370,7 @@ version = "0.1.0"
dependencies = [
"console_error_panic_hook",
"gl_matrix",
"glam",
"serde",
"serde_json",
"wasm-bindgen",