Good gui library that can be combined with wgpu

I write raytracer (to learn rust) and currently use wininit as window library and web gpu to render on texture. I want to add some gui to my project but also to preserve my wgpu code.
Can you suggest gui toolkit that is multiplatform, can use wgpu textures and potentially can be used in webassembly output

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.