Cargo Features
[dependencies]
vulkano-win = { version = "0.34.0", default-features = false, features = ["raw-window-handle", "winit", "raw-window-handle_", "winit_"] }
- default = raw-window-handle, winit
-
These default features are set whenever
vulkano-win
is added without
somewhere in the dependency tree.default-features = false - raw-window-handle default
-
Enables raw-window-handle ^0.5
- winit default
-
Enables core-graphics-types ^0.1, objc, and winit ^0.28
- raw-window-handle_
-
Enables raw-window-handle ^0.5
- winit_
-
Enables core-graphics-types ^0.1, objc, and winit ^0.28
vulkano-win has 5 features without comments.