This commit is contained in:
Imbus 2024-06-10 08:53:23 +02:00
parent ba1ab0836b
commit 33713184b4
2 changed files with 163 additions and 745 deletions

900
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,8 @@ version = "0.1.0"
edition = "2021"
description = "A simple demonstration of the Iced GUI library."
license = "MIT"
license-file = "LICENSE.txt"
#license-file = "LICENSE.txt"
repository = "no"
# This application was created and tested with Rust version 1.81.0-nightly
@ -14,5 +15,6 @@ license-file = "LICENSE.txt"
# Use 'branch = "master"' for the latest version or check:
# https://github.com/iced-rs/iced/commits/master/
[dependencies.iced]
git = "https://github.com/iced-rs/iced.git"
rev = "06ff17fcf87495663a295d1548df1c2ac03dafbd"
version = "0.12"
# git = "https://github.com/iced-rs/iced.git"
# rev = "06ff17fcf87495663a295d1548df1c2ac03dafbd"