summaryrefslogtreecommitdiffstats
path: root/examples/geometry/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/geometry/Cargo.toml')
-rw-r--r--examples/geometry/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/geometry/Cargo.toml b/examples/geometry/Cargo.toml
new file mode 100644
index 00000000..9df52454
--- /dev/null
+++ b/examples/geometry/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "geometry"
+version = "0.1.0"
+authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+iced = { path = "../.." }
+iced_native = { path = "../../native" }
+iced_wgpu = { path = "../../wgpu" }