pebble-engine 0.2.0

A modular, ECS-style graphics/app framework for Rust.
Documentation
1
2
3
4
5
6
7
8
pub mod async_init;
pub mod backend;
pub mod errors;
pub mod graphics_plugin;
pub mod render_plugin;
pub mod sync;
pub mod window;
pub mod window_plugin;