DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: b085f64e90c589d33cad94609fa192e7cdfff345 deck-builder/client/src/main.rs -rw-r--r-- 4.4 KiB
feat(client): connect to server (temporarily hard coded url)
chore: update licenses
chore(client): rename sdbclient to client
feat(sdbclient): simple runtime data handling
chore(sdbclient): disable lua things
feat(sdbclient): belly stylesheet
WIP(sdbclient): better UI system
feat!(sdbclient): change to iyes_loopless states
chore(sdbclient): update deps, Cargo.toml format
feat(sdbclient): lua ready to be used
feat(sdbclient): add bevy_mod_scripting dependency
Finish register/login, load configs on startup
Change CfgHidden to CfgDev
Move register/login to plugins, implement mostly
Add ProjectDirs resource
Start of API mod and connection check plugin
Next