aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: dfd37e2f5ff08819a8aa3b2ab0d6c2187534cd53 (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 = { version = "0.37.0", features = ["image"] }

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