summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-27 05:05:13 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-27 05:05:13 +0200
commit22ced3485eb6f295faaab1e31d8d1b8d61fc422b (patch)
tree5dde16d8a4a161995800acc482c13fc8dc697639 /glow/Cargo.toml
parentd6bf8955dbca03898e379aae376d91677bb4d223 (diff)
downloadiced-22ced3485eb6f295faaab1e31d8d1b8d61fc422b.tar.gz
iced-22ced3485eb6f295faaab1e31d8d1b8d61fc422b.tar.bz2
iced-22ced3485eb6f295faaab1e31d8d1b8d61fc422b.zip
Introduce feature flags to enable `iced_glow`
Also keep `iced_wgpu` as the default renderer for the time being.
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r--glow/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml
index 53952608..dd6bbefc 100644
--- a/glow/Cargo.toml
+++ b/glow/Cargo.toml
@@ -9,6 +9,7 @@ repository = "https://github.com/hecrj/iced"
[features]
canvas = ["iced_graphics/canvas"]
+# Not supported yet!
image = []
svg = []