This commit is contained in:
not-elm
2025-08-10 21:28:45 +09:00
commit 23bdc65da3
91 changed files with 20122 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# bevy_cef_debug_render_process
A debug render process for [bevy_cef](ttps://github.com/not-elm/bevy_cef)
This application is a development tool to build CEF on macOS without requiring an app bundle,
and if you create a release bundle, should create a separate render process.
## Install
```shell
> cargo install bevy_cef_debug_render_process
```