-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use SpatialBundle
#221
Merged
Merged
Use SpatialBundle
#221
Conversation
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
Nilirad
added a commit
that referenced
this pull request
Nov 6, 2023
* Suggest to use `cargo add` in README.md (#222) * Use `SpatialBundle` (#221) * Use `configure_sets` API (#223) * Use `MaterialMesh2dBundle` with `ColorMaterial` (#224) * Use `MaterialMesh2dBundle` with `ColorMaterial` * clippy * Fix green channel filtering bug * Clippy again * Update svgtypes to 0.12 * Update Bevy to 0.12 * Update to version 0.10.0 * Use diff-friendly markdown column format --------- Co-authored-by: Federico Rinaldi <gisquerin@gmail.com>
Nilirad
added a commit
that referenced
this pull request
Feb 19, 2024
* Use GitHub Actions config from master branch * Fix formatting * Fix deprecation warnings on add_plugin Fix CI (#218) Fix shader (#219) Suggest to use `cargo add` in README.md (#222) Use `SpatialBundle` (#221) Use `configure_sets` API (#223) Use `MaterialMesh2dBundle` with `ColorMaterial` (#224) * Use `MaterialMesh2dBundle` with `ColorMaterial` * clippy * Fix green channel filtering bug * Clippy again Fix clippy (#229) * Add `RenderAssetPersistencePolicy` to `Mesh::new` call * Use built-in `Name` component in `svg` example Fix CI (#234) * Use `RenderAssetUsages` * Specify which `RegularPolygon` to use Fix CI (#237) Update Cargo.toml Update `README.md` Update CHANGELOG.md
Nilirad
added a commit
that referenced
this pull request
Feb 19, 2024
* Use GitHub Actions config from master branch * Fix formatting * Fix deprecation warnings on add_plugin Fix CI (#218) Fix shader (#219) Suggest to use `cargo add` in README.md (#222) Use `SpatialBundle` (#221) Use `configure_sets` API (#223) Use `MaterialMesh2dBundle` with `ColorMaterial` (#224) * Use `MaterialMesh2dBundle` with `ColorMaterial` * clippy * Fix green channel filtering bug * Clippy again Fix clippy (#229) * Add `RenderAssetPersistencePolicy` to `Mesh::new` call * Use built-in `Name` component in `svg` example Fix CI (#234) * Use `RenderAssetUsages` * Specify which `RegularPolygon` to use Fix CI (#237) Update Cargo.toml Update `README.md` Update CHANGELOG.md
Nilirad
added a commit
that referenced
this pull request
Feb 19, 2024
* Squash commit (updates for Bevy 0.13) * Use GitHub Actions config from master branch * Fix formatting * Fix deprecation warnings on add_plugin Fix CI (#218) Fix shader (#219) Suggest to use `cargo add` in README.md (#222) Use `SpatialBundle` (#221) Use `configure_sets` API (#223) Use `MaterialMesh2dBundle` with `ColorMaterial` (#224) * Use `MaterialMesh2dBundle` with `ColorMaterial` * clippy * Fix green channel filtering bug * Clippy again Fix clippy (#229) * Add `RenderAssetPersistencePolicy` to `Mesh::new` call * Use built-in `Name` component in `svg` example Fix CI (#234) * Use `RenderAssetUsages` * Specify which `RegularPolygon` to use Fix CI (#237) Update Cargo.toml Update `README.md` Update CHANGELOG.md * Clippy!!!
Nilirad
added a commit
that referenced
this pull request
Jul 5, 2024
Nilirad
added a commit
that referenced
this pull request
Jul 5, 2024
* Resolve merge conflicts * Use GitHub Actions config from master branch (#217) * Use GitHub Actions config from master branch * Fix formatting * Fix deprecation warnings on add_plugin * Fix CI (#218) * Fix shader (#219) * Use `SpatialBundle` (#221) * Use `MaterialMesh2dBundle` with `ColorMaterial` (#224) * Use `MaterialMesh2dBundle` with `ColorMaterial` * clippy * Fix green channel filtering bug * Clippy again * Fix CI (#237) * Rename `Color` to `LegacyColor` (#240) * Rename usages of `Color` to `LegacyColor` * Fix tests * Revert "Rename `Color` to `LegacyColor` (#240)" (#243) This reverts commit 6918ca1. * Migrate to `bevy_color` (#242) * Migrate to `bevy_color` The example `dynamic_shape` does not work. * Update palette color usage * Fix tests * Fix CI (#244) * Fix CI * Update to bevy 0.14 (#247) * update to bevy 0.14.0-rc.3 * Depend on `main` branch of Bevy --------- Co-authored-by: Nilirad <gisquerin@gmail.com> * Fix CI (#248) * Update Cargo.toml * Update documents --------- Co-authored-by: Alix Bott <bott.alix@gmail.com> Co-authored-by: a <52638772+aMyTimed@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also fixes CI due to a breaking change in Bevy (bevyengine/bevy#9497).