forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bevyengine:main' into main
- Loading branch information
Showing
595 changed files
with
31,673 additions
and
16,154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
( | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
run: cargo run -p ci -- lints | ||
|
||
miri: | ||
# Explicity use MacOS 14 to take advantage of M1 chip. | ||
# Explicity use macOS 14 to take advantage of M1 chip. | ||
runs-on: macos-14 | ||
timeout-minutes: 60 | ||
steps: | ||
|
@@ -219,7 +219,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Check for typos | ||
uses: crate-ci/[email protected].1 | ||
uses: crate-ci/[email protected].6 | ||
- name: Typos info | ||
if: failure() | ||
run: | | ||
|
@@ -231,7 +231,7 @@ jobs: | |
run-examples-macos-metal: | ||
# Explicity use MacOS 14 to take advantage of M1 chip. | ||
# Explicity use macOS 14 to take advantage of M1 chip. | ||
runs-on: macos-14 | ||
timeout-minutes: 30 | ||
steps: | ||
|
@@ -436,28 +436,3 @@ jobs: | |
echo " Example: 'use bevy::sprite::MaterialMesh2dBundle;' instead of 'bevy_internal::sprite::MaterialMesh2dBundle;'" | ||
exit 1 | ||
fi | ||
check-cfg: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/cache@v4 | ||
with: | ||
path: | | ||
~/.cargo/bin/ | ||
~/.cargo/registry/index/ | ||
~/.cargo/registry/cache/ | ||
~/.cargo/git/db/ | ||
target/ | ||
key: ${{ runner.os }}-check-doc-${{ hashFiles('**/Cargo.toml') }} | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }} | ||
- name: Install Linux dependencies | ||
uses: ./.github/actions/install-linux-deps | ||
with: | ||
wayland: true | ||
xkb: true | ||
- name: Build and check cfg typos | ||
# See tools/ci/src/main.rs for the commands this runs | ||
run: cargo run -p ci -- cfg-check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Cargo.lock | |
/.idea | ||
/.vscode | ||
/benches/target | ||
/tools/compile_fail_utils/target | ||
dxcompiler.dll | ||
dxil.dll | ||
|
||
|
Oops, something went wrong.