feat: track images with git lfs

This commit is contained in:
2024-04-04 21:04:51 +02:00
parent d5fa4ff79c
commit 473f696626
11 changed files with 168 additions and 139 deletions

5
Cargo.lock generated
View File

@@ -443,9 +443,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "core-graphics"
version = "0.23.1"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
@@ -2682,6 +2682,7 @@ name = "random"
version = "0.1.0"
dependencies = [
"console_error_panic_hook",
"plantarium",
"wasm-bindgen",
"wasm-bindgen-test",
]