Cargo Features

[dependencies]
rich-sdl2-rust = { version = "0.13.2", default-features = false, features = ["vulkan", "wayland", "nightly", "simd_allocator", "ttf", "mixer", "image", "net", "static", "dynamic", "vendor"] }
default = dynamic

The dynamic feature is set by default whenever rich-sdl2-rust is added without default-features = false somewhere in the dependency tree.

vulkan = ash
wayland
nightly = simd_allocator
simd_allocator nightly?
ttf

Enables ttf of rich-sdl2-rust-sys

Affects rich-sdl2-rust::ttf

mixer = once_cell

Enables mixer of rich-sdl2-rust-sys

Affects rich-sdl2-rust::mixer

image

Enables image of rich-sdl2-rust-sys

Affects rich-sdl2-rust::image

net

Enables net of rich-sdl2-rust-sys

Affects rich-sdl2-rust::net

static

Enables static of rich-sdl2-rust-sys

dynamic default

Enables dynamic of rich-sdl2-rust-sys

vendor

Enables vendor of rich-sdl2-rust-sys

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.3

once_cell mixer?