diene-engine-core 0.1.0

Application lifecycle and window orchestration for Diene.
Documentation
1
2
3
4
5
6
//! Core engine orchestration.

#![forbid(unsafe_code)]

/// Application host lifecycle and frame advancement.
pub mod app;