mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
18 lines
328 B
TOML
18 lines
328 B
TOML
[package]
|
|
name = "rust64"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sdl2 = "0.35"
|
|
|
|
[build-dependencies]
|
|
cc = { version = "1.0", features = ["parallel"] }
|
|
pkg-config = "0.3"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|