team-plover / warlocks-gambit

The Bevy Jam 1 Team Plover game submission
Other
24 stars 2 forks source link

Minor config and formatting changes #3

Closed BLucky-gh closed 2 years ago

BLucky-gh commented 2 years ago

List of changes:

  1. Accidentally ran cargo update once and decided to leave it in. This has bumped the version slightly on the following packages:
    1. ab_glyph
    2. owned_ttf_parser
    3. ttf-parser
  2. Removed -Z flags from configs since we are not on a nightly compiler
  3. Added .vscode/ to .gitignore to prevent accidentally overwriting each other's user configs
  4. Set up git-lfs
  5. Minor formatting changes for readability
nicopap commented 2 years ago

Looks OK to me. Does the Windows build config changes work for you @jpetkau @Beidah ?

BLucky-gh commented 2 years ago

Does the Windows build config changes work <...>

I doubt it will fix any issues since it's just removing a -Z flag because it won't compile on stable rust which we (or at least most of us) are on.

BLucky-gh commented 2 years ago

Well no one seems to object and I already messed up because I relied on a change in this branch before it was pulled so I'm merging it