Skip to content

Commit

Permalink
feat: update game engine to latest version (#68)
Browse files Browse the repository at this point in the history
Closes #63
  • Loading branch information
90degs2infty committed Jan 5, 2024
1 parent fe31246 commit 31eff97
Show file tree
Hide file tree
Showing 4 changed files with 899 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install `flip-link`
run: cargo install flip-link
- name: Build application in ${{ matrix.profile }} profile
run: cargo build --profile ${{ matrix.profile }}
run: cargo build --profile ${{ matrix.profile }} --locked
- name: Upload binary in ${{ matrix.profile }} profile
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
Cargo.lock
Loading

0 comments on commit 31eff97

Please sign in to comment.