qt_gui 0.0.1

Bindings for Qt5Gui library
1
2
3
4
5
extern crate cpp_to_rust;

fn main() {
  cpp_to_rust::launcher::run_from_build_script();
}