From 5eefa5d4ead9ebfac7dab1db9aebf9797d2dad38 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 27 Apr 2022 16:18:27 -0300 Subject: Simplify the `QueryInformation` Action --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'Cargo.toml') 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" } -- cgit