DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: c84b03ca0210247768ff1967f3f336c2c4070f3a deck-builder/client/Cargo.toml -rw-r--r-- 1.1 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): enable native wayland for bevy
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
docs: small doc updates
chore(client, server, shared): add naia deps
feat(api, client, server): add shared as dependency to all
chore: update licenses
chore(client): rename sdbclient to client
feat(sdbclient): GameState enum
Revert "chore(sdbclient): poll-promise dep"

This reverts commit a260cbc497037e36a7ad7df053211970b4fb2541.
chore(sdbclient): poll-promise dep
Revert "WIP(sdbclient): new login UI"

This reverts commit 62b610c09d79dd7b7f844e9e06258e6a2ddef628.
chore(sdbclient): bump deps
WIP(sdbclient): new login UI
chore(sdbclient): bump belly dep
Next