uzor-render 1.0.2

Platform-agnostic rendering trait with Canvas2D-style API
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;