mirror of
https://github.com/gopher64/gopher64.git
synced 2025-04-02 10:32:01 -04:00
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.28 to 4.5.29. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.28...clap_complete-v4.5.29) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
1.2 KiB
TOML
41 lines
1.2 KiB
TOML
[package]
|
|
name = "gopher64"
|
|
version = "1.0.6"
|
|
edition = "2021"
|
|
rust-version = "1.82"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dirs = "6.0"
|
|
zip = "2.1"
|
|
governor = "0.8"
|
|
sevenz-rust = "0.6"
|
|
chrono = "0.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
serde-big-array = "0.5"
|
|
eframe = { version = "0.31", default-features = false, features = ["wayland", "x11", "wgpu"] }
|
|
sha2 = "0.10"
|
|
rusttype = "0.9"
|
|
sdl3-sys = { version = "0.4", features = ["build-from-source-static"] }
|
|
rfd = { version = "0.15", default-features = false, features = ["xdg-portal", "tokio"] }
|
|
tokio = {version = "1.43", features = ["rt-multi-thread", "macros"] }
|
|
spin_sleep = "1.3"
|
|
encoding_rs = "0.8"
|
|
mimalloc = "0.1"
|
|
regex = "1.11"
|
|
tungstenite = "0.26"
|
|
socket2 = "0.5"
|
|
fatfs = "0.3"
|
|
postcard = { version = "1.1", features = ["use-std"] }
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
reqwest = { version = "0.12", default-features = false, features = ["http2","rustls-tls","charset","json"] }
|
|
|
|
[build-dependencies]
|
|
winres = "0.1"
|
|
bindgen = "0.71"
|
|
cc = { version = "1.2", features = ["parallel"] }
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|