aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]