diff options
| author | pml68 <contact@pml68.dev> | 2025-07-31 15:09:12 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-31 15:09:12 +0200 |
| commit | 2a740e2cfce71b035123bd127897a451e3d5c9e5 (patch) | |
| tree | ab624d14731c7b5f586695436778f90e67bb6a07 /Cargo.toml | |
| parent | feat: add `styling` example (modified from `iced`) (diff) | |
| download | iced_material-2a740e2cfce71b035123bd127897a451e3d5c9e5.tar.gz | |
feat(docs): add **Features** section to README
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |
