Closed Snowiiii closed 1 year ago
Docking was Implementet in imgui-rs 0.9.0 since then it can be Enabled using the 'docking' feature, But it dosn't work i guess this is a WGPU Problem
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"
I dont know if this is obvious but for docking to work you need to set the DOCKING_ENABLE feature flag when after creating the context.
Description
Docking was Implementet in imgui-rs 0.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.