magma_winit
This crate provides backends for magma_windowing as well as magma_input.
Features
- windowing backend
- input backend
Usage
This crate should be used together with the rest of the magma_api.
Add this to your Cargo.toml:
[]
= "0.1.0-alpha.9"
Example (with magma_api)
use App;
use WinitModule;
Cargo Features
currently no features
Disclaimer
This crate is not production ready.