Docking not Working ?
bug
<!--Thank you for filing this! Please provide as much information as possible to help us diagnose and fix the issue-->
## Description
<!--A clear and concise description of what the bug is-->
Docking was Implementet in imgui-rs [0.9.0](https://github.com/imgui-rs/imgui-rs/releases/tag/v0.9.0) since then it can be Enabled using the 'docking' feature, But it dosn't work i guess this is a WGPU Problem
## System Information
Linux Arch.
```
imgui = { version = "0.10", features = [ "docking" ] }
imgui-winit-support = { version = "0.10" }
imgui-wgpu = "0.22.0"
winit = "0.27.1"
wgpu = "0.15.1"
```
关闭于 2023-05-01 1 条评论