1#![doc(html_logo_url = "https://nical.github.io/lyon-doc/lyon-logo.svg")]
2#![deny(bare_trait_objects)]
3#![allow(dead_code)]
4#![allow(unused_variables)]
5
6extern crate lyon_path as path;
7
8pub use path::geom::euclid;
9pub use path::math;
10
11pub mod debugging;
12pub mod parser;
13pub mod rust_logo;
14