2024-05-04 10:44:26 +02:00
|
|
|
[package]
|
|
|
|
name = "iced_demo"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-06-09 00:50:32 +02:00
|
|
|
license = "MIT"
|
2024-05-04 10:44:26 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
opt-level = 3
|
|
|
|
strip = true
|
|
|
|
panic = "abort"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-11 10:26:40 +02:00
|
|
|
git-version = "0.3.9"
|
2024-05-04 10:44:26 +02:00
|
|
|
iced = "0.12.1"
|