From 6e937131970d1e7b32204096e5f6c67de3fe6dfb Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 16 Feb 2022 19:11:42 -0300 Subject: Add `sysinfo` crate through feature flag --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" } -- cgit