minsweeper-native-client 0.1.0

GUI for minsweeper-rs
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "minsweeper-native-client"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GUI for minsweeper-rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Canary-Prism/minsweeper-native-client"

[[bin]]
name = "minsweeper-native-client"
path = "src/main.rs"

[dependencies.derive_more]
version = "2.1.1"
features = ["from"]

[dependencies.directories]
version = "6.0.0"

[dependencies.iced]
version = "0.14.0"
features = ["svg"]

[dependencies.iced_aw]
version = "0.13.0"
features = ["menu"]

[dependencies.iced_core]
version = "0.14.0"

[dependencies.minsweeper-rs]
version = "1.1.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"