summaryrefslogtreecommitdiffstats
path: root/examples/solar_system/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-28 06:24:12 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-28 06:24:12 +0200
commit2539042b71d70afd4d8f262783d441e768811ee9 (patch)
treef3af8a86b700308ff5fe9f28f88a508b2fd8cdb5 /examples/solar_system/Cargo.toml
parent7f1e7aea07bb448471470093a47898b059d940d3 (diff)
downloadiced-2539042b71d70afd4d8f262783d441e768811ee9.tar.gz
iced-2539042b71d70afd4d8f262783d441e768811ee9.tar.bz2
iced-2539042b71d70afd4d8f262783d441e768811ee9.zip
Remove `Drawable` and rename `State` to `Program`
Diffstat (limited to 'examples/solar_system/Cargo.toml')
-rw-r--r--examples/solar_system/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/solar_system/Cargo.toml b/examples/solar_system/Cargo.toml
index c88cda50..0555aa96 100644
--- a/examples/solar_system/Cargo.toml
+++ b/examples/solar_system/Cargo.toml
@@ -5,9 +5,6 @@ authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
-[features]
-canvas = []
-
[dependencies]
iced = { path = "../..", features = ["canvas", "async-std", "debug"] }
iced_native = { path = "../../native" }