We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cb95f commit 02d637fCopy full SHA for 02d637f
1 file changed
build.rs
@@ -93,15 +93,15 @@ fn generate_bindings() {
93
94
compile(
95
"./xess/inc/xess_fg/xefg_swapchain_d3d12.h",
96
- "./src/xess_fg/dx12.rs",
+ "./src/xefg_swapchain/dx12.rs",
97
".*xefgSwapChainD3D12.*",
98
".*xefg_swapchain_d3d12.*",
99
);
100
101
// Same here, xefg_swapchain_debug.h includes xefg_swapchain.h.
102
103
"./xess/inc/xess_fg/xefg_swapchain_debug.h",
104
- "./src/xess_fg/swapchain.rs",
+ "./src/xefg_swapchain/swapchain.rs",
105
".*xefgSwapChain.*",
106
".*xefg_swapchain.*",
107
0 commit comments