iced-yoda/examples/visible_bounds/Cargo.toml

11 lines
226 B
TOML
Raw Normal View History

2023-07-27 01:02:47 +02:00
[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"