This commit is contained in:
リキ萌 2024-08-15 20:01:23 +02:00
parent 26ba098183
commit 2f7bcbb14e
30 changed files with 1691 additions and 315 deletions

View file

@ -5,6 +5,10 @@ members = ["crates/*"]
[workspace.dependencies]
haku.path = "crates/haku"
log = "0.4.22"
rkgk-image-ops.path = "crates/rkgk-image-ops"
[profile.dev.package.rkgk-image-ops]
opt-level = 3
[profile.wasm-dev]
inherits = "dev"