aboutsummaryrefslogtreecommitdiff
path: root/examples/name/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/name/Cargo.toml')
-rw-r--r--examples/name/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/name/Cargo.toml b/examples/name/Cargo.toml
new file mode 100644
index 0000000..23c3b58
--- /dev/null
+++ b/examples/name/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "name"
+version = "0.0.0"
+edition = "2024"
+
+[dependencies]
+iced.workspace = true
+iced_selection = { path = "../.." }