uzor 1.0.7

Core UI engine — geometry, interaction, input state
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! SVG icon catalog for map rendering
//!
//! Usage:
//! ```
//! use uzor::render::icons::aviation;
//! // Then use draw_svg_icon(ctx, aviation::JET, x, y, w, h, color);
//! ```

pub mod aviation;
pub mod maritime;
pub mod markers;
pub mod weather;
pub mod infrastructure;
pub mod military;