maplibre_native 0.8.7

Rust bindings to the MapLibre Native map rendering engine
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]

pub(crate) mod bridge;
mod renderer;
mod style;
pub use renderer::*;
pub use style::*;
#[cfg(feature = "wgpu")]
pub use webgpu_shim::*;