1
Fork 0
simplesailing/pirates/Cargo.toml
Andy Killorin a875e36df8
added a stylesheet (passed 10% of the size budget)
also changed wasm name from pirates to index to save like 9 bytes
also changed to "s" opt level to save like 9 bytes
2023-08-25 21:40:48 -05:00

13 lines
155 B
TOML

[package]
name = "pirates"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
opt-level = 's'
[lib]
crate-type = ["cdylib"]
[dependencies]