Cargo Features
vulkanite has no features set by default.
[dependencies]
vulkanite = { version = "0.0.7", features = ["loaded", "smallvec", "arrayvec", "raw-window-handle", "raw-window-metal"] }
- loaded
-
Enables libloading
Affects
vulkanite::Dispatcher.new_loaded_and_lib
,vulkanite::Dispatcher.new_loaded
… - smallvec
-
Enables smallvec
- arrayvec
-
Enables arrayvec
- raw-window-handle
-
Enables raw-window-handle
Affects
vulkanite::window
…
Features from optional dependencies
- raw-window-metal mac ios implicit feature
-
Enables raw-window-metal ^0.4
raw-window-metal:
Interop library between Metal and raw-window-handle