aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9bb8ac82962e5a44b01ce0171f4892f79dbb68d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cosin-2025-invite-deck"
version = "0.1.0"
edition = "2021"

[dependencies]
sdl2 = "0.37.0"

[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"