#gui-toolkit #ui-design #toolkit #graphics #version

app slint-updater

Tool used to update .slint files from previous versions

25 stable releases

1.11.0 Apr 23, 2025
1.10.0 Feb 28, 2025
1.9.2 Jan 13, 2025
1.9.1 Dec 21, 2024
0.3.5 Feb 21, 2023

#498 in GUI

Download history 102/week @ 2025-01-08 26/week @ 2025-01-15 8/week @ 2025-02-05 158/week @ 2025-02-26 7/week @ 2025-03-05 141/week @ 2025-04-23

141 downloads per month

GPL-3.0-only…

2MB
49K SLoC

Rust 38K SLoC // 0.0% comments Slint 11K SLoC // 0.0% comments

Slint Updater

This program is a tool to upgrade .slint files from the Slint Project to the latest syntax.

The Slint Design Language evolves, with new features being added and old ones marked for deprecation. Use this tool to automatically upgrade your .slint files to the latest syntax.

Installation

The updater can be installed from crates.io:

cargo install slint-updater

Usage:

slint-updater -i /path/to/my/app/ui/**/*.slint

Dependencies

~9–18MB
~273K SLoC