1//! The [steel game engine](https://github.com/SSSxCCC/steel) common library, depended by both steel-engine and steel-editor. 2 3pub mod app; 4pub mod data; 5pub mod ext; 6pub mod platform;