crates/argui-widgets/src/updater.rs

Updater

Optional update dialog with download progress, verification and installation states.

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.

Read the implementation