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

app slint-updater

Tool used to update .slint files from previous versions

22 stable releases

1.9.1 Dec 21, 2024
1.8.0 Sep 23, 2024
1.7.1 Jul 25, 2024
1.5.1 Mar 20, 2024
0.3.5 Feb 21, 2023

#204 in GUI

Download history 37/week @ 2024-09-14 146/week @ 2024-09-21 107/week @ 2024-09-28 7/week @ 2024-10-05 2/week @ 2024-10-12 1/week @ 2024-11-16 5/week @ 2024-12-07 99/week @ 2024-12-14 137/week @ 2024-12-21 3/week @ 2024-12-28

244 downloads per month

GPL-3.0-only…

2MB
47K SLoC

Rust 36K 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

~8–18MB
~257K SLoC