florianjacob / rust-qml

A toy to investigate using libqmlbind with rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-qml

This is an experiment and as such is completely unsupported

Testing:

  1. Clone this repo
  2. Change into the repo
  3. Init the submodules git submodule update --init --recursive (the recursive is important since there is one nested submodule)
  4. run the example: cargo run --example window (currently this example doesn't do anything, not even displaying a window)

About

A toy to investigate using libqmlbind with rust

License:Apache License 2.0


Languages

Language:Rust 100.0%