Files
bevy_cef/CHANGELOG.md
elm 0bb9b58fae Enable gpu when debugging (#8)
* add: enable GPU for debugging and update installation instructions

* update: modify Makefile to use variable for binary path in install target

---------

Co-authored-by: not-elm <elmgameinfo@gmail.com>
2025-08-30 18:12:00 +09:00

20 lines
483 B
Markdown

## Unreleased
### Features
- Added `PreloadScripts` component for specifying JavaScript to be executed when the page is initialized.
- Enables GPU when debugging.
### Bug Fixes
- Fixed so that the webview can detect pointers correctly even if it is not the root entity.
- Avoid a crash when updating the cursor icon
### Breaking Changes
- Remove auto install debug tools
- Please refer to [README.md](./README.md) and install manually from now on.
## v0.1.0
First release