mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
9dc71cb51f
Now the control flow for wiring up platform services starts in the platform-specific code. Previously we started in shared code, which was imposing constraints on the startup sequence for all platforms. Now that we start in platform-specific code, we'll be able to add better support for Mojo in a future patch.