mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
24 lines
609 B
TOML
24 lines
609 B
TOML
[package]
|
|
name = "combo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
agb = { version = "0.20.4", path = "../../agb" }
|
|
the-purple-night = { path = "../the-purple-night" }
|
|
the-hat-chooses-the-wizard = { path = "../the-hat-chooses-the-wizard" }
|
|
hyperspace-roll = { path = "../hyperspace-roll" }
|
|
amplitude = { path = "../amplitude" }
|
|
the-dungeon-puzzlers-lament = { path = "../the-dungeon-puzzlers-lament" }
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
debug = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = "fat"
|
|
debug = true
|