This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/Cargo.toml

14 lines
255 B
TOML

[workspace]
members = ["./game/game_logic", "./game/desktop_wrapper"]
exclude = [
"./third_party/raylib-rs/raylib",
"./third_party/raylib-rs/raylib-sys"
]
[profile.release]
lto = true
codegen-units = 1
[profile.dev]
split-debuginfo = "unpacked"