This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
bevy
Watch
2
Star
0
Fork
You've already forked bevy
0
mirror of
https://github.com/bevyengine/bevy
synced
2024-11-22 12:43:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2e7a02ae53
bevy
/
.github
/
example-run
/
no_renderer.ron
6 lines
48 B
Text
Raw
Normal View
History
Unescape
Escape
Fix crash in headless mode (#4476) # Objective Fixes #4440. ## Solution Check if `RenderDevice` exists and add CI validation.
2022-04-15 07:13:37 +00:00
(
new format for ci config file (#13154) # Objective - Current config file is hard to extend ## Solution - Instead of an hard coded list of field, the file now has a list of `(frame, event)`, and will deal with know events (exiting or taking a screenshot), or send an event for others that can be dealt by third party plugins
2024-05-02 22:51:47 +00:00
events: [
(100, AppExit),
]
Fix crash in headless mode (#4476) # Objective Fixes #4440. ## Solution Check if `RenderDevice` exists and add CI validation.
2022-04-15 07:13:37 +00:00
)
Reference in a new issue
Copy permalink