summaryrefslogtreecommitdiffstats
path: root/examples/modal/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/modal/Cargo.toml')
-rw-r--r--examples/modal/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/modal/Cargo.toml b/examples/modal/Cargo.toml
new file mode 100644
index 00000000..8770acac
--- /dev/null
+++ b/examples/modal/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "modal"
+version = "0.1.0"
+authors = ["tarkah <admin@tarkah.dev>"]
+edition = "2021"
+publish = false
+
+[dependencies]
+iced = { path = "../..", features = [] }
+iced_native = { path = "../../native" }