rust-qt-binding-generator/templates/qt_quick_cargo/README.md

14 lines
284 B
Markdown
Raw Permalink Normal View History

2018-10-27 12:18:54 -07:00
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
```bash
cargo build
```