Registry / other / iced-winit

iced-winit

JSON →
library0.14.0rscratesunverified

A runtime for the Iced GUI framework on top of the winit windowing library.

# Cargo.toml [dependencies] iced_winit = "0.14.0"
INSTALL
IMPORT
SIG · ICED-WINIT
I
iced-winit
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.

Application
use iced_winit::Application;

Initializes the Iced winit runtime.

use iced_winit::Application; fn main() -> iced::Result { // Example: run an Iced application println!("Iced winit runtime ready"); Ok(()) }
Debug
Known issues
gotchaRequires the 'iced' crate and its feature flags for winit integration.
fix
Add 'iced' with the 'winit' feature to your dependencies.
affects: *
Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iced-winit — cargo add iced-winit · libregistry