* WIP
* Current progress for erimel
* basic components + Typography
* Current progress + formating
* Settings ok
* Small Tracker cards + progress on onboarding
* git attributes
* Fix lf
* change some settings naming stuff (#8)
* change some settings naming stuff
* rename legs label to feet
* Body proportions begin
* Serial console + Tracker settings
* interactions on cards
* Body proportions adjust
* Standalone body proportions + some responsive changes
* Dev mode + uniform ui
* Serial layout fix
* Remove old code / cleaning
* make dev table interactable
* Autobone
Co-authored-by: Erimel <marioluigivideo@gmail.com>
Create build-gui.yml
Update build-gui.yml
Force install in GitHub Actions
Update SolarXR-Protocol
Update packages to not need to force
Fix CI env declaration
* Now using cargo workspaces, means you can `cargo run` from toplevel.
* Command execution now is cwd independent.
+ Added pretty_env_logger which lets us leverage log crate for easy
logging.
* Windows now uses the win32job crate to ensure that all child processes
will properly terminate when the parent process does.
+ Added empty rustfmt.toml to ensure everyone uses default rustfmt
settings.
* Gitignore now ignores more stuff.