mirror of
https://github.com/gopher64/gopher64.git
synced 2025-04-02 10:32:01 -04:00
Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/1.1.0...v2.1.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
703 B
TOML
35 lines
703 B
TOML
[package]
|
|
name = "gopher64"
|
|
version = "0.1.6"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dirs = "5.0"
|
|
zip = "2.1"
|
|
governor = "0.6"
|
|
sevenz-rust = "0.6"
|
|
chrono = "0.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
eframe = "0.27"
|
|
rfd = "0.14"
|
|
sha2 = "0.10"
|
|
rusttype = "0.9"
|
|
futures = "0.3"
|
|
sdl2-sys = "0.36"
|
|
clap = { version = "4.4", features = ["derive"] }
|
|
|
|
[dependencies.sdl2]
|
|
version = "0.36"
|
|
default-features = false
|
|
features = ["static-link","bundled"]
|
|
|
|
[build-dependencies]
|
|
winres = "0.1"
|
|
cc = { version = "1.0", features = ["parallel"] }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|