Skip to content

Commit

Permalink
mark Compiler as pub
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Feb 10, 2024
1 parent 86e4e2e commit a32ee21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const c = @cImport(
@cInclude("mach_dxc.h"),
);

const Compiler = struct {
pub const Compiler = struct {
handle: c.MachDxcCompiler,

pub fn init() Compiler {
Expand Down

0 comments on commit a32ee21

Please sign in to comment.