From b0064c2f6978a35b15d617bd466c4c7fc6da9910 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 30 Mar 2025 11:58:44 -0400 Subject: [PATCH] Update README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f081125..6172640 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ nohup $HOME/Qt/6.8.3/gcc_64/bin/assistant > /dev/null 2>&1 & Some helpful links for reading up on QML if you're just getting started. +* [Rust Crates - cxx-qt](https://docs.rs/releases/search?query=cxx_qt) * [QML Reference](https://doc.qt.io/qt-6/qmlreference.html) * [QML Coding Conventions](https://doc.qt.io/qt-6/qml-codingconventions.html) * [All QML Controls Types](https://doc.qt.io/qt-6/qtquick-controls-qmlmodule.html) +* [KDAB CXX-Qt Book](https://kdab.github.io/cxx-qt/book/) +* [github.com/KDAB/cxx-qt](https://github.com/KDAB/cxx-qt)