We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e001cec commit cdc34b8Copy full SHA for cdc34b8
src/zignal.zig
@@ -33,3 +33,4 @@ pub const drawLineFast = draw.drawLineFast;
33
pub const drawRectangle = draw.drawRectangle;
34
pub const drawPolygon = draw.drawPolygon;
35
pub const fillPolygon = draw.fillPolygon;
36
+pub const meta = @import("meta.zig");
0 commit comments