Cargo Features

vulkanite has no features set by default.

[dependencies]
vulkanite = { version = "0.0.6", features = ["loaded", "smallvec", "raw-window-handle", "raw-window-metal"] }
loaded

Enables libloading

Affects vulkanite::Dispatcher.new_loaded_and_lib, vulkanite::Dispatcher.new_loaded

smallvec

Enables smallvec

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