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

[dependencies]
sdl2 = { version = "0.37.0" }

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

[build-dependencies]
image = "0.24.9"
rusttype = "0.9.3"