steel/lib.rs
1//! The dynamic library for the [steel game engine](https://github.com/SSSxCCC/steel) to reload at runtime.
2
3// TODO: find out why 'create' funtion must be 'pub use' to be able to be loaded in steel-editor
4// while 'setup_logger' function can be loaded in steel-editor without 'pub use'
5pub use steel::create;