Files
gopher64/Cargo.toml
T
Logan McNaughton 3edbca1485 Events cleanup (#7)
* cleanup

* more

* more

* clean
2023-10-05 19:57:12 -06:00

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