From 2a740e2cfce71b035123bd127897a451e3d5c9e5 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 31 Jul 2025 15:09:12 +0200 Subject: feat(docs): add **Features** section to README --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b017bd9..88d9390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.85" [features] default = ["system-theme"] -# Adds a `System` variant that follows the system theme mode. +# Adds a `System` theme variant that follows the system theme mode. system-theme = ["dep:dark-light"] # Provides `serde` support. serde = ["dep:serde"] -- cgit v1.2.3