summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-21 00:56:49 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-21 00:56:49 +0100
commit8957883a88ce98de3d37cdb1e658db5c6777ff1f (patch)
treef87a8f9113ff02402763ddfbd11415937b87e8d3 /Cargo.toml
parent92af1b1c123983b94e38519943b6ad4fab3db9d7 (diff)
parent1ef7d09ce86cb54de35678ba22517df830660247 (diff)
downloadiced-8957883a88ce98de3d37cdb1e658db5c6777ff1f.tar.gz
iced-8957883a88ce98de3d37cdb1e658db5c6777ff1f.tar.bz2
iced-8957883a88ce98de3d37cdb1e658db5c6777ff1f.zip
Merge branch 'feature/custom-runtime'
Diffstat (limited to '')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 28a97af9..7bfce09a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,10 +12,12 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
[features]
+# Enables the Image widget
+image = ["iced_wgpu/image"]
+# Enables the Svg widget
+svg = ["iced_wgpu/svg"]
# Enables a debug view in native platforms (press F12)
debug = ["iced_winit/debug"]
-# Enables support for SVG rendering
-svg = ["iced_wgpu/svg"]
[badges]
maintenance = { status = "actively-developed" }