slint/tools/updater
Olivier Goffart c03864a255
compiler: port from codemap-diagnostics to annotate-snippets
codemap is no longer maintained and deprecated.
annotate-snippets is the crate now used by cargo and rustc
2025-11-24 16:18:47 +01:00
..
experiments Two way bindings to struct fields (Rust only) 2025-10-24 17:33:13 +02:00
transforms
Cargo.toml compiler: port from codemap-diagnostics to annotate-snippets 2025-11-24 16:18:47 +01:00
main.rs Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00
README.md

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