Registry / ui / iced-runtime

iced-runtime

JSON →
library0.14.0rscratesunverified

A renderer-agnostic runtime for iced

# Cargo.toml [dependencies] iced_runtime = "0.14.0"
INSTALL
IMPORT
SIG · ICED-RUNTIME
I
iced-runtime
uirustv0.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.

Runtime
use iced_runtime::Runtime;

Create a new Iced runtime instance

use iced_runtime::Runtime; fn main() { let runtime = Runtime::new(); println!("Runtime created"); }
Debug
Known issues
gotchaRequires a GUI backend feature flag (e.g., `iced_wgpu`)
fix
Add the appropriate backend feature to your Cargo.toml
affects: >=0.14.0
Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
iced-runtime — cargo add iced-runtime · libregistry