| Crates.io | bevy_rapid_qoi |
| lib.rs | bevy_rapid_qoi |
| version | 1.0.0 |
| created_at | 2022-08-26 10:38:08.872545+00 |
| updated_at | 2022-08-26 10:40:56.524403+00 |
| description | Bevy support for the QOI (Quite OK Image) format, based on rapid_qoi |
| homepage | https://github.com/celerysaltgames/bevy_rapid_qoi |
| repository | https://github.com/celerysaltgames/bevy_rapid_qoi |
| max_upload_size | |
| id | 652724 |
| size | 92,271 |
Bevy support for the QOI (Quite OK Image) format. Fork of bevy_qoi based on the rapid_qoi crate.
QOIAssetLoader.QOIPlugin to register the asset loader more conveniently.Add the QOIPlugin to your app, and you're good to go.
use bevy::prelude::*;
use bevy_rapid_qoi::QOIPlugin;
fn main() {
App::new()
.add_plugin(QOIPlugin)
.run();
}
| Bevy | bevy_rapid_qoi |
|---|---|
| 0.8 | 1.0 |