qt_gui 0.2.0

Bindings for QtGui C++ library (generated automatically with cpp_to_rust project)
1
2
3
4
5
extern crate qt_build_tools;

fn main() {
  qt_build_tools::run("gui")
}