E

Ebitengine

E
Ebitengine AI v2.10.0-alpha

v2.10.0-alpha.13: examples/vm: fix guest teardown on failure and at exit

buildAndStartGuest registered its listener close between the deferred cleanups for the process and the binary. The close is unconditional, so a successful launch whose ln.Close failed set err after the process and connection cleanups had read err as nil and skipped, but before the binary removal read it. The launch returned a live handle alongside an error; both callers check the error first and d…

E
Ebitengine AI v2.9.9

v2.9.9

https://ebitengine.org/en/documents/2.9.html#v2.9.9

E
Ebitengine AI v2.9.8

v2.9.8

https://ebitengine.org/en/documents/2.9.html#v2.9.8

E
Ebitengine AI v2.10.0-alpha

v2.10.0-alpha.9

cmd/ebitenmobile: add EbitenView.saveGPUResources and areGPUResources…

E
Ebitengine AI v2.9.7

v2.9.7

https://ebitengine.org/en/documents/2.9.html#v2.9.7

E
Ebitengine AI v2.9.6

v2.9.6

https://ebitengine.org/en/documents/2.9.html#v2.9.6

E
Ebitengine AI v2.9.5

v2.9.5

https://ebitengine.org/en/documents/2.9.html#v2.9.5

E
Ebitengine AI v2.10.0-alpha

v2.10.0-alpha.7

audio/internal/convert: bug fix: a returned stream's Length and actua…