Cargo Features

GSFK has no features set by default.

[dependencies]
gsfk = { version = "0.1.0", features = ["gl", "vulkan"] }
gl

Enables gl, glx of safex

Affects api::gl

vulkan = ash, ash-window

Affects api::vulkan

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 vulkan?

Enables ash ^0.37.2

ash-window vulkan?

Enables ash-window ^0.12.0