Skip to content

Commit 5150ce2

Browse files
set dx12 as requirement when using xell or xefg_swapchain
1 parent 38616cc commit 5150ce2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ generate-bindings = ["dep:bindgen"]
3232
dx11 = []
3333
dx12 = []
3434
vk = ["dep:ash"]
35-
xell = []
35+
xell = ["dx12"]
3636
xess = []
37-
xefg_swapchain = ["windows/Win32_Graphics_Dxgi_Common", "windows/Win32_Graphics_Direct3D12"]
37+
xefg_swapchain = ["dx12", "windows/Win32_Graphics_Dxgi_Common", "windows/Win32_Graphics_Direct3D12"]

0 commit comments

Comments
 (0)