summary refs log tree commit diff
path: root/src/graphics/mod.rs
blob: f1645885e618e3e5e45945ce58ee6c8cb17f980b (plain)
1
2
3
4
5
#![deny(unsafe_code)]

pub mod permanent;
pub mod scene;
pub mod window_dressing;