Skip to content

Commit

Permalink
geometry - make geometry namespace public
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Jan 24, 2025
1 parent 257d33b commit 7251c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zignal.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7251c91

Please sign in to comment.