rust-qt-binding-generator/templates/qt_quick_cargo
Jos van den Oever 037322f270 Cleanup code 2018-10-29 22:40:57 +01:00
..
src Cleanup code 2018-10-29 22:40:57 +01:00
Cargo.toml Add a template that is built by Cargo 2018-10-27 21:18:54 +02:00
MainForm.ui.qml Add a template that is built by Cargo 2018-10-27 21:18:54 +02:00
README.md Add a template that is built by Cargo 2018-10-27 21:18:54 +02:00
bindings.json Add a template that is built by Cargo 2018-10-27 21:18:54 +02:00
build.rs Add a template that is built by Cargo 2018-10-27 21:18:54 +02:00
main.qml Add a template that is built by Cargo 2018-10-27 21:18:54 +02:00
qml.qrc Add a template that is built by Cargo 2018-10-27 21:18:54 +02:00

README.md

Qt Quick template project with Rust bindings

This is a template project for writing a Qt Quick GUI on top of Rust code.

bindings.json defines the interface between the Qt and Rust code.

Build instructions are written in build.rs.

Build this code with

cargo build