mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
3edbca1485
* cleanup * more * more * clean
24 lines
524 B
TOML
24 lines
524 B
TOML
[package]
|
|
name = "gopher64"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dirs = "5.0"
|
|
sha2 = "0.10"
|
|
sdl2-sys = { git = "https://github.com/Rust-SDL2/rust-sdl2.git" }
|
|
|
|
[dependencies.sdl2]
|
|
git = "https://github.com/Rust-SDL2/rust-sdl2.git"
|
|
default-features = false
|
|
features = ["static-link","bundled"]
|
|
|
|
[build-dependencies]
|
|
cc = { version = "1.0", features = ["parallel"] }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|