mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
19 lines
268 B
TOML
19 lines
268 B
TOML
[package]
|
|
name = "hyperspace-roll"
|
|
version = "0.1.0"
|
|
authors = [""]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
agb = { version = "0.15.0", path = "../../agb" }
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
debug = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = "fat"
|
|
debug = true
|
|
codegen-units = 1
|