mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 16:51:33 +11:00
25 lines
519 B
TOML
25 lines
519 B
TOML
|
[package]
|
||
|
name = "the-dungeon-keepers-lament"
|
||
|
version = "0.1.0"
|
||
|
authors = [""]
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
agb = { version = "0.16.0", path = "../../agb" }
|
||
|
slotmap = { version = "1", default-features = false }
|
||
|
|
||
|
[profile.dev]
|
||
|
opt-level = 3
|
||
|
debug = true
|
||
|
|
||
|
[profile.release]
|
||
|
opt-level = 3
|
||
|
lto = "fat"
|
||
|
debug = true
|
||
|
|
||
|
[build-dependencies]
|
||
|
tiled = { version = "0.11", default-features = false }
|
||
|
quote = "1"
|
||
|
proc-macro2 = "1"
|