iced/examples/visible_bounds/Cargo.toml
2023-07-27 01:04:22 +02:00

10 lines
226 B
TOML

[package]
name = "visible_bounds"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
once_cell = "1"