gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
169 stars 10 forks source link

Move types out of `core` and into `types` #76

Closed RobDavenport closed 2 years ago

RobDavenport commented 2 years ago

gamercade_rs now has a really big size because it depends on core which also depends on audio

We can break this by just adding another crate called types or something which can also be shared across WASM barrier for future things.