agb/examples/combo/Cargo.toml

24 lines
609 B
TOML
Raw Normal View History

2022-12-02 04:16:53 +11:00
[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]
2024-06-13 02:57:39 +10:00
agb = { version = "0.20.3", path = "../../agb" }
2022-12-02 04:16:53 +11:00
the-purple-night = { path = "../the-purple-night" }
the-hat-chooses-the-wizard = { path = "../the-hat-chooses-the-wizard" }
hyperspace-roll = { path = "../hyperspace-roll" }
2023-04-26 05:57:18 +10:00
amplitude = { path = "../amplitude" }
2023-08-30 01:17:14 +10:00
the-dungeon-puzzlers-lament = { path = "../the-dungeon-puzzlers-lament" }
2022-12-02 04:16:53 +11:00
[profile.dev]
opt-level = 3
2022-12-02 04:16:53 +11:00
debug = true
[profile.release]
opt-level = 3
lto = "fat"
2022-12-02 04:16:53 +11:00
debug = true