solution-rpm/Cargo.toml
2024-06-10 10:05:25 +02:00

19 lines
No EOL
553 B
TOML

[package]
name = "SolutionTM"
version = "0.1.0"
edition = "2021"
description = "A simple demonstration of the Iced GUI library."
license = "MIT"
repository = "no"
# This application was created and tested with Rust version 1.81.0-nightly
[dependencies]
# The tag referes to latest revision as of 2024-06-10.
# Use 'branch = "master"' for the latest version or check:
# https://github.com/iced-rs/iced/commits/master/
[dependencies.iced]
version = "0.12"
# git = "https://github.com/iced-rs/iced.git"
# rev = "06ff17fcf87495663a295d1548df1c2ac03dafbd"