Skip to main content

diene_engine_core/
lib.rs

1//! Core engine orchestration.
2
3#![forbid(unsafe_code)]
4
5/// Application host lifecycle and frame advancement.
6pub mod app;