Skip to content

Commit

Permalink
feat: async save/load system for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Mar 18, 2024
1 parent c516af0 commit 45d7210
Show file tree
Hide file tree
Showing 21 changed files with 1,199 additions and 126 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -22,6 +24,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install nightly
uses: actions-rs/toolchain@v1
with:
Expand All @@ -40,6 +44,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install nightly
uses: actions-rs/toolchain@v1
with:
Expand All @@ -61,6 +67,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "flax"]
path = flax
url = https://github.com/ten3roberts/flax
Loading

0 comments on commit 45d7210

Please sign in to comment.