summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2022-02-16 19:11:42 -0300
committerLibravatar Richard <richardsoncusto@gmail.com>2022-04-26 18:54:06 -0300
commit6e937131970d1e7b32204096e5f6c67de3fe6dfb (patch)
tree089c7858eef854c2d03c9a769ed6e984bd00bacf /Cargo.toml
parent764b424dfc2b2163f21483a6d1f05ea1da62c561 (diff)
downloadiced-6e937131970d1e7b32204096e5f6c67de3fe6dfb.tar.gz
iced-6e937131970d1e7b32204096e5f6c67de3fe6dfb.tar.bz2
iced-6e937131970d1e7b32204096e5f6c67de3fe6dfb.zip
Add `sysinfo` crate 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 c6ccc5df..6c69706a 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 system information querying `Action`
+sysinfo = ["iced_winit/sysinfo"]
[badges]
maintenance = { status = "actively-developed" }