Registry / utility / iced-style

iced-style

JSON →
library0.12.1rscratesunverified

The default set of styles of Iced, providing theming for GUI components.

# Cargo.toml [dependencies] iced_style = "0.12.1"
INSTALL
IMPORT
SIG · ICED-STYLE
I
iced-style
utilityrustv0.12.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Theme
use iced_style::Theme;

Use the default Dark theme from Iced.

use iced_style::Theme; fn main() { let theme = Theme::Dark; println!("Using theme: {:?}", theme); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
iced-style — cargo add iced-style · libregistry