this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

🎨 Format code

authored by

gwennlbh and committed by
github-actions[bot]
06bf9780 92249812

+2 -1
+2 -1
src/lib.rs
··· 32 32 pub use geometry::{Angle, Axis, Containable, Point, Region}; 33 33 pub use graphics::{ 34 34 Canvas, Color, Color::*, ColorMapping, ColoredObject, Fill, Filter, 35 - FilterType, Layer, LineSegment, Object, Object::*, ObjectSizes, Transformation, 35 + FilterType, Layer, LineSegment, Object, Object::*, ObjectSizes, 36 + Transformation, 36 37 }; 37 38 pub use rendering::{ 38 39 fonts, CSSRenderable, SVGAttributesRenderable, SVGRenderable,