crates/argui-widgets/src/updater.rsUpdater
Optional update dialog with download progress, verification and installation states.
Loading the WebAssembly gallery…
The gallery demonstrates update states with sample data. Native downloads and installation are provided by the separate updater engine.
Enable this component
Cargo.toml
[dependencies.argui]
git = "https://github.com/ExtraBinoss/argui"
features = ["widget-updater"]Use the feature on the Argui facade, or enable the same feature without the widget- prefix in argui-widgets.