version
This commit is contained in:
parent
ba1ab0836b
commit
33713184b4
2 changed files with 163 additions and 745 deletions
900
Cargo.lock
generated
900
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,8 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A simple demonstration of the Iced GUI library."
|
description = "A simple demonstration of the Iced GUI library."
|
||||||
license = "MIT"
|
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
|
# 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:
|
# Use 'branch = "master"' for the latest version or check:
|
||||||
# https://github.com/iced-rs/iced/commits/master/
|
# https://github.com/iced-rs/iced/commits/master/
|
||||||
[dependencies.iced]
|
[dependencies.iced]
|
||||||
git = "https://github.com/iced-rs/iced.git"
|
version = "0.12"
|
||||||
rev = "06ff17fcf87495663a295d1548df1c2ac03dafbd"
|
# git = "https://github.com/iced-rs/iced.git"
|
||||||
|
# rev = "06ff17fcf87495663a295d1548df1c2ac03dafbd"
|
Loading…
Reference in a new issue