mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-30 03:27:22 +00:00
750 B
750 B
Slint {version} is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the ChangeLog.
Upgrading to Slint {version}:
- Rust: Run
cargo update. - C++: If you're using
FetchContentwith CMake, update the GIT_TAG entry in CMakeLists.txt tov{version}orrelease/{major_version}.{minor_version}for automatic tracking of {major_version}.{minor_version}.x releases. - Node.js: Run
npm update slint-uito bring yourpackage.jsonup-to-date. - ESP-IDF developers: Run
idf.py update-dependenciesto bring your idf_component.yml up-to-date.