-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into custom_render_phase
- Loading branch information
Showing
273 changed files
with
8,646 additions
and
2,338 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,6 @@ jobs: | |
- name: Check Compile | ||
# See tools/ci/src/main.rs for the commands this runs | ||
run: cargo run -p ci -- compile | ||
|
||
check-compiles-no-std: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
|
@@ -242,7 +241,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Check for typos | ||
uses: crate-ci/[email protected].2 | ||
uses: crate-ci/[email protected].3 | ||
- name: Typos info | ||
if: failure() | ||
run: | | ||
|
@@ -295,7 +294,6 @@ jobs: | |
with: | ||
name: example-run-macos | ||
path: example-run/ | ||
|
||
check-doc: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
|
@@ -310,9 +308,7 @@ jobs: | |
~/.cargo/git/db/ | ||
target/ | ||
key: ${{ runner.os }}-check-doc-${{ hashFiles('**/Cargo.toml') }} | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }} | ||
- uses: dtolnay/rust-toolchain@stable | ||
- name: Install Linux dependencies | ||
uses: ./.github/actions/install-linux-deps | ||
with: | ||
|
@@ -323,7 +319,7 @@ jobs: | |
run: cargo run -p ci -- doc | ||
env: | ||
CARGO_INCREMENTAL: 0 | ||
RUSTFLAGS: "-C debuginfo=0 --cfg docsrs_dep" | ||
RUSTFLAGS: "-C debuginfo=0" | ||
# This currently report a lot of false positives | ||
# Enable it again once it's fixed - https://github.com/bevyengine/bevy/issues/1983 | ||
# - name: Installs cargo-deadlinks | ||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Contributing to Bevy | ||
|
||
Hey, we've moved our information on contributing to Bevy's website [here](https://bevyengine.org/learn/contribute/introduction). Go give it a read, and thanks for contributing! | ||
If you'd like to help build Bevy, start by reading this | ||
[introduction](https://bevyengine.org/learn/contribute/introduction). Thanks for contributing! |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.