1
2
3
4
5
//! The functionality of this crate moved into the crate `lyon_path` please use the latter instead.

pub extern crate lyon_path;
pub use lyon_path::builder::*;