Create visible_bounds example

This commit is contained in:
Héctor Ramón Jiménez 2023-07-27 01:02:47 +02:00
parent e2ba7ece83
commit 09f2887da5
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 161 additions and 0 deletions

View 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"