Skip to content

Commit

Permalink
perlin: expose it publicly
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Oct 22, 2024
1 parent 5c73204 commit 18ba479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/root.zig
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ pub const drawRectangle = draw.drawRectangle;
pub const drawPolygon = draw.drawPolygon;
pub const fillPolygon = draw.fillPolygon;
pub const meta = @import("meta.zig");
pub const perlin = @import("perlin.zig");

0 comments on commit 18ba479

Please sign in to comment.