Cargo Features
lambda-rs has no features set by default.
[dependencies]
lambda-rs = { version = "2023.1.30", features = ["detect-platform", "with-vulkan", "with-opengl", "with-dx11", "with-dx12", "with-metal"] }
- default
-
These default features are set whenever
lambda-rs
is added without
somewhere in the dependency tree.default-features = false Enables detect-platform of lambda-rs-platform
- detect-platform
-
Enables detect-platform of lambda-rs-platform
- with-vulkan
-
Enables gfx-with-vulkan of lambda-rs-platform
- with-opengl
-
Enables gfx-with-opengl of lambda-rs-platform
- with-dx11
-
Enables gfx-with-dx11 of lambda-rs-platform
- with-dx12
-
Enables gfx-with-dx12 of lambda-rs-platform
- with-metal
-
Enables gfx-with-metal of lambda-rs-platform
lambda-rs has 7 features without comments.