Skip to content

Commit

Permalink
Merge pull request #952 from tychedelia/master
Browse files Browse the repository at this point in the history
Scaffold initial bevy plugin #951. Closes #951
  • Loading branch information
tychedelia authored Jan 18, 2024
2 parents c8ac92d + 8800746 commit d13d1a4
Show file tree
Hide file tree
Showing 13 changed files with 2,582 additions and 287 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nannou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -56,6 +58,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand All @@ -82,6 +86,8 @@ jobs:
run: sudo apt update
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -110,6 +116,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -142,6 +150,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -214,6 +224,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit d13d1a4

Please sign in to comment.