Adds SDL3 backend

This commit is contained in:
Mason Remaley 2025-09-07 18:20:13 -07:00
parent cfa032b789
commit fb66226b4a
6 changed files with 59 additions and 4 deletions

View file

@ -18,7 +18,9 @@ The static library for Dear ImGui, and supported backends, are provided as artif
## How to use the backends
Right now, this package only exports the Vulkan backend: `dear_imgui_vulkan`.
Right now, this package only exports the following backends:
* `dear_imgui_vulkan`
* `dear_imgui_sdl3`
Contributions are welcome if you'd like to add others. The process should be fairly straightforward.