aleatico 0.1.0

stub package for fennel engine graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]

/// Module providing the front-facing [`App`] structure
pub mod app;
/// Module providing [`Controller`] trait
pub mod controller;
/// Error types
pub mod errors;
/// Renderer internal parts of the library
pub mod renderer;
/// Module providing the [`State`] structure, containing most important things for the renderer
pub mod state;