I see there is a demo showing wgpu dioxus integration via dioxus-native:
https://github.com/DioxusLabs/dioxus/blob/9b0d380765301ae7fe337fba8438fcbb814f8748/examples/10-integrations/wgpu-texture/src/main.rs
but is it possible to render to a dioxus <canvas> element with wgpu in dioxus-desktop too?