slint/tools/updater
2024-06-11 21:58:59 +02:00
..
experiments Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
transforms Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
Cargo.toml janitor: Make by_address a workspace dependency 2024-06-11 21:58:59 +02:00
main.rs WIP: Search by qualified element id 2024-06-05 01:29:58 -07:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00

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