online-fps
online-fps copied to clipboard
Split late init functionality into its own crate
The late init functionality (see waiting_late_init.rs and late_init.rs) is generally useful functionality for Amethyst games that load glTF assets (or any other model assets). We should split it into its own crate and make publish it to http://crates.io for others to use.