Skip to content

Latest commit

 

History

History

qt_widgets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Qt Widgets template project with Rust bindings

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

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

Build this code with

mkdir build
cd build
cmake ..
make