Cargo Features

maplibre_native has no features set by default.

[dependencies]
maplibre_native = { version = "0.1.1", features = ["metal", "opengl", "vulkan"] }
default

automatically picks the platform-specific features

metal

default on Apple platforms, do not add to default features

opengl
vulkan

default on other platforms