DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 7d5486e5144305656353cbfcdfd8a177c99cb88b deck-builder/client/src/plugins/menu/mod.rs -rw-r--r-- 2.0 KiB
chore(client): fmt, clippy, cleanup
feat(client): save games fetched to memory
WIP(client): browsing and related call events
feat(client): init browse view
feat(client): functional login and register
feat: basic login and register windows
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(client): settings menu stub
feat(client): enable the play menu in a crippled state
fix(client): make plugins::menu::ui pub
feat!(client): add new connect ui, and menu stub
feat(client): delete some old belly ui's
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: update copyright notices
chore(client): rename sdbclient to client
Next