Cargo Features

VlTk has no features set by default.

[dependencies]
vltk = { version = "0.1.2", features = ["winit"] }
default

These default features are set whenever vltk is added without default-features = false somewhere in the dependency tree.

Enables ash ^0.37.2

winit = ash-window, raw-window-handle

Enables winit ^0.28.1

Affects vltk::WindowExt

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ash-window winit?

Enables ash-window ^0.12.0

raw-window-handle winit?

Enables raw-window-handle ^0.5