Commit Graph

7 Commits

Author SHA1 Message Date
elm
e623a90351 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>
2026-01-28 21:10:18 +09:00
elm
edf9e064b9 Support Bevy 0.17 (#11)
* update: modify for 0.17

* update: enhance webview functionality and improve plugin implementation

* update: refactor webview system and improve binding group usage

* update: refactor command triggering for webview events and enhance Receive struct

* update: refactor command triggering for webview dev tools

* update: refactor render process handler and improve webview handling

* update: refactor webview browser handling and improve IME caret management

* clippy

* fmt

* update: improve README formatting and clarify version compatibility

* update: support Bevy 0.17 and enhance permissions in settings

* update: enhance CI configuration by adding Wayland and XKB dependencies

* delete: settings.json

* update: refactor shader imports and improve binding group definitions

* update: refactor devtool command triggers for improved clarity

* update: modify LibraryLoader initialization for improved path handling on macOS

* fmt

---------

Co-authored-by: not-elm <elmgameinfo@gmail.com>
2025-10-26 16:55:03 +09:00
elm
291f06e74b Remove auto install debugging tools (#5)
Please refer to README.md and install manually from now on.
2025-08-19 12:58:30 +09:00
not-elm
de2fb61d17 update: temporary remove macos runner 2025-08-11 01:58:30 +09:00
not-elm
6509d804b5 update: ci and readme 2025-08-11 01:45:29 +09:00
elm
56da0b606f Add CLI.yaml (#2) 2025-08-11 01:23:13 +09:00
elm
dd6854b176 Refactor (#1) 2025-08-10 23:07:13 +09:00