Skip to content
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

Update to Bevy 0.12 #206

Merged
merged 24 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
57086ba
Skeleton of Bevy 0.12 migration
luca-della-vedova Feb 13, 2024
7049759
Migrate off stdweb
luca-della-vedova Feb 13, 2024
b770769
WIP: Remove OSMTile AssetSource variant
luca-della-vedova Feb 13, 2024
45b4771
Migrate SDF loader to spawn scenes
luca-della-vedova Feb 14, 2024
bc04191
Minor cleanup
luca-della-vedova Feb 14, 2024
d5d3295
Port aabb code
luca-della-vedova Feb 15, 2024
b7d6fc2
Minor cleanup, fix wasm
luca-della-vedova Feb 16, 2024
6b0a837
Fix web action, cleanup deps
luca-della-vedova Feb 19, 2024
2b2d6ed
Move asset plugins
luca-della-vedova Feb 19, 2024
c9f5a30
First round of warning cleanup
luca-della-vedova Feb 19, 2024
5f1ef8f
Second pass on warnings
luca-della-vedova Feb 19, 2024
f98a8c4
Last pass at cleanup
luca-della-vedova Feb 19, 2024
27ee092
Fix CI
luca-della-vedova Feb 19, 2024
be91b31
Merge remote-tracking branch 'origin/main' into luca/bevy_0.12
luca-della-vedova Feb 19, 2024
877e521
Minor fixes
luca-della-vedova Feb 19, 2024
f1b7ee3
Fix model preview in workcell editor mode
luca-della-vedova Feb 20, 2024
f396a39
Remove git versions of dependencies
luca-della-vedova Feb 22, 2024
eeaf7d6
Fix dependencies
luca-della-vedova Feb 26, 2024
43f7983
Unused import
luca-della-vedova Feb 26, 2024
24c1c72
Fix georeference, incapsulate asset loading plugins
luca-della-vedova Feb 26, 2024
18db90c
Merge branch 'main' into luca/bevy_0.12
luca-della-vedova Mar 6, 2024
ab567f1
Fix camera layer settings for orthographic mode
mxgrey Mar 6, 2024
3ab3f03
Address feedback
luca-della-vedova Mar 8, 2024
3b863f8
Further example
luca-della-vedova Mar 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: cargo-deps
run: |
cargo install wasm-bindgen-cli --vers =0.2.84
cargo install wasm-bindgen-cli

- uses: actions/checkout@v3

Expand Down
Loading
Loading