summaryrefslogtreecommitdiffstats
path: root/examples/visible_bounds/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/visible_bounds/Cargo.toml')
-rw-r--r--examples/visible_bounds/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/visible_bounds/Cargo.toml b/examples/visible_bounds/Cargo.toml
new file mode 100644
index 00000000..cfa56dd2
--- /dev/null
+++ b/examples/visible_bounds/Cargo.toml
@@ -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"