Skip to content

Commit

Permalink
Updated dependency and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Jan 11, 2022
1 parent 9b534d9 commit 2bfe6f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libudev
run: sudo apt install libudev-dev
- name: Install libxkbcommon
run: sudo apt install libxkbcommon-dev
- name: Install libwayland
run: sudo apt install libwayland-dev
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default-features = false

[dev-dependencies.bevy]
version = "0.6"
features = ["render", "bevy_winit", "bevy_gltf"]
features = ["render", "bevy_winit"]
default-features = false

[target.'cfg(target_os = "linux")'.dev-dependencies.bevy]
Expand Down

0 comments on commit 2bfe6f8

Please sign in to comment.