Migrate to Bevy 0.18 (#13)

* update: enable message loop work for Windows and Linux

* update: upgrade Bevy to version 0.18 and adjust asset loader for path handling

* update: rename bevy_picking to picking in Cargo.toml

* update: remove pull_request trigger from CI and change AmbientLight to GlobalAmbientLight

* update: remove demo example from workspace and exclude it from tests

* update: remove demo package from Cargo.lock

---------

Co-authored-by: not-elm <elmgameinfo@gmail.com>
This commit is contained in:
elm
2026-01-28 21:10:18 +09:00
committed by GitHub
parent edf9e064b9
commit e623a90351
9 changed files with 389 additions and 6361 deletions

View File

@@ -1,7 +1,6 @@
name: CI
on:
pull_request:
push:
jobs:
@@ -29,7 +28,7 @@ jobs:
if: runner.os == 'linux'
- name: Build & run tests
run: |
cargo test --workspace --no-default-features
cargo test --workspace --no-default-features --tests --exclude demo
all-doc-tests:
runs-on: ubuntu-latest
steps: