iced-yoda/examples/lazy/Cargo.toml

11 lines
191 B
TOML
Raw Normal View History

2022-11-03 02:55:22 +01:00
[package]
name = "lazy"
version = "0.1.0"
authors = ["Nick Senger <dev@nsenger.com>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
2022-11-03 02:55:22 +01:00
publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug", "lazy"]