[go: up one dir, main page]

lyon_path 0.3.1

A simple and optional path data structure that can be used with the rest of the lyon crates.
Documentation
1
2
3
4
5
6
7
8
9
//! Data structures to represent complex paths.

extern crate lyon_core as core;
extern crate lyon_path_builder as path_builder;
extern crate lyon_path_iterator as path_iterator;

mod path;

pub use path::*;