summaryrefslogtreecommitdiffstats
path: root/native/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r--native/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 23533e33..1eedf0da 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -8,7 +8,6 @@ license = "MIT"
repository = "https://github.com/iced-rs/iced"
[features]
-canvas = ["lyon_path"]
debug = []
[dependencies]
@@ -29,7 +28,3 @@ features = ["thread-pool"]
[dependencies.iced_style]
version = "0.7"
path = "../style"
-
-[dependencies.lyon_path]
-version = "1"
-optional = true