feat(schema, shared, api): move all types to shared, separate schema * schema is now stored in a separate crate to avoid dependency cycles * added note in README.md about handling unwraps
feat!(client, server): finish transition to bevy 0.10, and in addition * change from bevy_inspector_egui to bevy_editor_pls * remove iyes_loopless, as it is now obsolete * remove bevy_console and swap logs to terminal only, in preperation for my own console logging crate
Merge remote branch 'origin/dev'
wip!(client, server, shared): initial updating to bevy 0.10
feat(api): impl models action, gamedata, game
feat(client): enable native wayland for bevy
feat(shared): add cookie support for reqwest
feat(client): remove belly dep, disable UI for rework
feat!(client, shared): move api calls to shared, dep shuffle, and remove connection check stage
chore(client, server, shared): update naia deps
chore(api): add actix-session dep
chore(api): argon2 dep, uuid dep absolute fuckery
chore(api): add email_address dep for validating emails
feat(shared): serialize APIError
feat(shared): impl most previous api errors Signed-off-by: Jonni Liljamo <jonni@liljamo.com>
chore(api): chrono and uuid deps
chore(api): serde dep, tidy deps
chore(server): add needed beby deps
chore(client, server, shared): add naia deps
feat(api, client, server): add shared as dependency to all