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