Registry / other / iced-widget

iced-widget

JSON →
library0.14.2rscratesunverified

The built-in widget library for the Iced GUI framework, providing buttons, text inputs, and more.

# Cargo.toml [dependencies] iced_widget = "0.14.2"
INSTALL
IMPORT
SIG · ICED-WIDGET
I
iced-widget
otherrustv0.14.2
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.

button
use iced_widget::button;

Creates a simple button widget.

use iced_widget::button; fn main() { let btn = button("Click me"); println!("Button created: {:?}", btn); }
Debug
Known issues
gotchaRequires iced runtime and event loop
fix
Use iced::Application or iced::Sandbox to run the UI
affects: >=0.14.0
Upgrade
Version history
0.14.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
iced-widget — cargo add iced-widget · libregistry