Skip to content

Commit 750f72a

Browse files
waywardmonkeysteoxoy
authored andcommitted
wgc: Use explicit feature for raw-window-handle
This helps to prepare for the coming day when explicit features will be required.
1 parent 8fd08ac commit 750f72a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wgpu-core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ trace = ["dep:ron", "serde", "naga/serialize"]
6060
## Enable API replaying
6161
replay = ["serde", "naga/deserialize"]
6262

63+
## Enable creating instances using raw-window-handle
64+
raw-window-handle = ["dep:raw-window-handle"]
65+
6366
## Enable `ShaderModuleSource::Wgsl`
6467
wgsl = ["naga/wgsl-in"]
6568

0 commit comments

Comments
 (0)