Registry / other / iced-core

iced-core

JSON →
library0.14.0rscratesunverified

The essential ideas of iced.

# Cargo.toml [dependencies] iced_core = "0.14.0"
INSTALL
IMPORT
SIG · ICED-CORE
I
iced-core
otherrustv0.14.0
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.

Color
use iced_core::Color;

Creates a red color.

use iced_core::Color; fn main() { let color = Color::from_rgb(1.0, 0.0, 0.0); println!("Red color: {:?}", color); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
iced-core — cargo add iced-core · libregistry