DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 7d5486e5144305656353cbfcdfd8a177c99cb88b deck-builder/Cargo.lock -rw-r--r-- 111.3 KiB
feat(client): add serde_yaml, update others
feat(client): add asset bundling
feat(client): change picking rapier, hoover thingy
feat(client): add bevy_mod_picking
feat(client): add bevy_text_mesh dep
feat(client): init rapier things, but leave for now
feat(client): use chrono for game and action times
feat(client): add needed functionality for log
chore(client): add fastrand dep
feat!(client): replace gamestate consts with enums
feat: build.sh for client, build in docker for musl
feat(client): functional login and register
chore: new client, keep old for a while
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
Next