summaryrefslogtreecommitdiffstats
path: root/examples/bezier_tool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bezier_tool/Cargo.toml')
-rw-r--r--examples/bezier_tool/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/bezier_tool/Cargo.toml b/examples/bezier_tool/Cargo.toml
new file mode 100644
index 00000000..b13a0aa5
--- /dev/null
+++ b/examples/bezier_tool/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "bezier_tool"
+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" }
+lyon = "0.15"