summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2022-04-27 16:18:27 -0300
committerLibravatar Richard <richardsoncusto@gmail.com>2022-04-27 17:16:32 -0300
commit5eefa5d4ead9ebfac7dab1db9aebf9797d2dad38 (patch)
tree335b97909321ee88c648aba5406c33083e35eea5 /Cargo.toml
parent6e167675d6a51a8a78d93439719ebffe35dcfdef (diff)
downloadiced-5eefa5d4ead9ebfac7dab1db9aebf9797d2dad38.tar.gz
iced-5eefa5d4ead9ebfac7dab1db9aebf9797d2dad38.tar.bz2
iced-5eefa5d4ead9ebfac7dab1db9aebf9797d2dad38.zip
Simplify the `QueryInformation` Action
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 500fa06e..21bb6dd2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,8 +42,6 @@ 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" }