DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 3b77fff573d6891ffeac062b831a72008243b8d7 deck-builder/client/src/plugins/menu/mod.rs -rw-r--r-- 1.3 KiB
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
feat(sdbclient): init new game management UIs
Revert "WIP(sdbclient): new login UI"

This reverts commit 62b610c09d79dd7b7f844e9e06258e6a2ddef628.
WIP(sdbclient): new login UI
feat(sdbclient): new account UIs
feat(sdbclient): new settings UI
feat(sdbclient): new menu UI
feat(sdbclient): new play UI
WIP(sdbclient): better UI system
Next