aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-31 15:09:12 +0200
committerpml68 <contact@pml68.dev>2025-07-31 15:09:12 +0200
commit2a740e2cfce71b035123bd127897a451e3d5c9e5 (patch)
treeab624d14731c7b5f586695436778f90e67bb6a07 /Cargo.toml
parentfeat: add `styling` example (modified from `iced`) (diff)
downloadiced_material-2a740e2cfce71b035123bd127897a451e3d5c9e5.tar.gz
feat(docs): add **Features** section to README
Diffstat (limited to '')
-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"]