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)