2024-08-10 23:10:03 +02:00
|
|
|
[workspace]
|
|
|
|
resolver = "2"
|
|
|
|
members = ["crates/*"]
|
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
haku.path = "crates/haku"
|
|
|
|
log = "0.4.22"
|
|
|
|
|
|
|
|
[profile.wasm-dev]
|
|
|
|
inherits = "dev"
|
|
|
|
panic = "abort"
|
2024-08-10 23:13:20 +02:00
|
|
|
opt-level = 1
|
|
|
|
|
|
|
|
[profile.wasm-dev.package.tiny-skia]
|
|
|
|
opt-level = 3
|
2024-08-10 23:10:03 +02:00
|
|
|
|
|
|
|
[profile.wasm-release]
|
|
|
|
inherits = "release"
|
|
|
|
panic = "abort"
|