slint/tools/updater
Olivier Goffart 149fb81f30 Updater: Fix cargo.toml not having = sign
And therefore not ebing updated to the last version
2023-02-03 11:07:15 +01: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 Updater: Fix cargo.toml not having = sign 2023-02-03 11:07:15 +01: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