Skip to content

[imgui][many ports] Update to 1.92.6, support WebGPU feature#48619

Merged
vicroms merged 11 commits intomicrosoft:masterfrom
luncliff:port/imgui
Mar 13, 2026
Merged

[imgui][many ports] Update to 1.92.6, support WebGPU feature#48619
vicroms merged 11 commits intomicrosoft:masterfrom
luncliff:port/imgui

Conversation

@luncliff
Copy link
Copy Markdown
Contributor

@luncliff luncliff commented Dec 2, 2025

Changes

Use https://github.com/ocornut/imgui/releases/tag/v1.92.5 for imgui port.
Use https://github.com/ocornut/imgui/releases/tag/v1.92.6 for imgui port.

I'm recently trying to use WebGPU feature of the imgui 1.92.5 with GLFW.
Add webgpu-binding feature with dawn dependency.

# Installs `imgui_impl_wgpu.h` header file
vcpkg install "imgui[webgpu-binding]"

Possible port usage example?

Maybe the test port vcpkg-ci-imgui?

vcpkg install --overlay-ports "scripts/test_ports" "vcpkg-ci-imgui"

Notable API changes in ImGui

Port Changes

Checklist

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@luncliff luncliff changed the title [imgui] Update to 1.92.5, support WebGPU feature [imgui] Update to 1.92.6, support WebGPU feature Feb 23, 2026
@luncliff luncliff force-pushed the port/imgui branch 4 times, most recently from 1670beb to 6609d62 Compare March 5, 2026 11:44
@luncliff luncliff changed the title [imgui] Update to 1.92.6, support WebGPU feature [imgui][many ports] Update to 1.92.6, support WebGPU feature Mar 9, 2026
@luncliff luncliff marked this pull request as ready for review March 12, 2026 15:49
@vicroms vicroms merged commit a447071 into microsoft:master Mar 13, 2026
16 checks passed
@luncliff luncliff deleted the port/imgui branch March 13, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[imgui] update to v1.92.0 [imgui] update to 1.92.1 [imgui] update to 1.92.0 [imgui] Add support for Dear ImGui WebGPU backend

3 participants