diff --git a/src/zignal.zig b/src/zignal.zig index f07fe35..dc39d49 100644 --- a/src/zignal.zig +++ b/src/zignal.zig @@ -23,7 +23,7 @@ pub const fillPolygon = draw.fillPolygon; pub const drawBezierCurve = draw.drawBezierCurve; pub const drawSmoothPolygon = draw.drawSmoothPolygon; pub const fillSmoothPolygon = draw.fillSmoothPolygon; -const geometry = @import("geometry.zig"); +pub const geometry = @import("geometry.zig"); pub const Rectangle = geometry.Rectangle; pub const AffineTransform = geometry.AffineTransform; pub const ProjectiveTransform = geometry.ProjectiveTransform;