summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-04-30 13:37:57 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-04-30 13:37:57 +0200
commit93bfe2c75ec97ef78f993926c703f040dde4a5f3 (patch)
tree80582ee46dfd06cf5f69d92e3b6d66c0c766c28e /Cargo.toml
parent5eefa5d4ead9ebfac7dab1db9aebf9797d2dad38 (diff)
downloadiced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.tar.gz
iced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.tar.bz2
iced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.zip
Expose `system` module through feature flag
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 21bb6dd2..75e57352 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,6 +42,8 @@ smol = ["iced_futures/smol"]
palette = ["iced_core/palette"]
# Enables pure, virtual widgets in the `pure` module
pure = ["iced_pure", "iced_graphics/pure"]
+# Enables querying system information
+system = ["iced_winit/system"]
[badges]
maintenance = { status = "actively-developed" }