Merge branch 'main' into disable-vsync-on-android
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: "Cache"
|
- name: "Cache"
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
- name: "External dependencies"
|
- name: "External dependencies"
|
||||||
run: sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev libudev-dev libopenxr-loader1 libopenxr-dev
|
run: sudo apt-get update -y && sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev libudev-dev libopenxr-loader1 libopenxr-dev
|
||||||
- name: "Checks"
|
- name: "Checks"
|
||||||
run: |
|
run: |
|
||||||
cargo fmt --check --all
|
cargo fmt --check --all
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ To see it in action run the example in `examples` with `cargo run --example xr`
|
|||||||
|
|
||||||
## Discord
|
## Discord
|
||||||
Come hang out if you have questions or issues
|
Come hang out if you have questions or issues
|
||||||
https://discord.gg/M5UTBsjN
|
https://discord.gg/sqMw7UJhNc
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user