1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-02-23 22:58:18 +11:00
agb/book/games/pong/Cargo.toml
2023-04-25 21:51:29 +01:00

18 lines
286 B
TOML

[package]
name = "pong"
version = "0.1.0"
authors = ["Gwilym Kuiper <gw@ilym.me>"]
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