slint/tools/updater
Olivier Goffart 78a3757b7f
Remormat all the toml file again to fix npm upload
Commit cd6f2e2 reformated the .toml, but the 80 char width column is
judged too small to be practical

Add a .taplo.toml file

Also do not split feature array
2025-04-09 15:06:00 +02:00
..
experiments Auto-fixed clippy::needless_return 2025-02-07 09:46:49 +01:00
transforms Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
Cargo.toml Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00
main.rs Auto-fixed clippy::needless_return 2025-02-07 09:46:49 +01: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