slint/tools/updater
2023-04-18 14:56:40 +00:00
..
experiments Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
transforms Remove deprecated Keys enum in slint language 2023-01-26 15:35:18 +01:00
Cargo.toml Bump version number to 1.0.1 2023-04-18 14:56:40 +00:00
main.rs Rename PointerEventButton::None to PointerEventButton::Other 2023-01-26 13:36:54 +01:00
README.md doc: polish for the slint updater 2023-01-24 15:54:51 +01: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