Create visible_bounds example
This commit is contained in:
parent
e2ba7ece83
commit
09f2887da5
2 changed files with 161 additions and 0 deletions
10
examples/visible_bounds/Cargo.toml
Normal file
10
examples/visible_bounds/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue