Internal implementation crate for GoudEngine. Contains the core engine: ECS, rendering, asset loading, audio, and FFI exports.
This is an internal implementation crate. If you're building a game, use [`goud-engine`](https://crates.io/crates/goud-engine) instead. It re-exports the public SDK API without exposing internals.
MIT