mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
1 line
1.0 KiB
JavaScript
1 line
1.0 KiB
JavaScript
window.SIDEBAR_ITEMS = {"macro":[["define_label","Macro to define a new label trait"],["multi_stage",""]],"mod":[["benchmarking","Collection of utilities used to perform certain calculations more conveniently."],["context",""],["coords","Provides utilities related to coordinates."],["environment",""],["error","Errors which can happen in various parts of the library."],["event_loop",""],["io","Handles IO related processing as well as multithreading."],["kernel",""],["map",""],["platform","Handles platform specific code. Depending on the compilation target, different parts of this module are used."],["render","This module implements the rendering algorithm of maplibre-rs. It manages the whole communication with the GPU."],["schedule",""],["stages","Stages for requesting and preparing data"],["style","Vector tile format styling."],["tessellation","Tessellation for lines and polygons is implemented here."],["tile","Nested message and enum types in `Tile`."],["util","Utils which are used internally"],["window","Utilities for the window system."],["world",""]]}; |