1 unstable release
0.1.0 | Aug 24, 2022 |
---|
#11 in #quite
22KB
bevy_qoi
Bevy support for the QOI (Quite OK Image) format.
Usage
Add the QOIPlugin
to your app and you're good to go.
use bevy::prelude::*;
use bevy_qoi::QOIPlugin;
fn main() {
App::new()
// ...
.add_plugin(QOIPlugin)
// ...
.run();
}
Dependencies
~27–41MB
~701K SLoC