pkg/macos: foundation yeet usingns

This commit is contained in:
Mitchell Hashimoto
2024-08-16 16:33:47 -07:00
parent 480487b440
commit 2f578a0b97
11 changed files with 42 additions and 21 deletions

View File

@@ -2,7 +2,7 @@ const std = @import("std");
const assert = std.debug.assert;
const Allocator = std.mem.Allocator;
const foundation = @import("../foundation.zig");
const c = @import("c.zig");
const c = @import("c.zig").c;
pub const String = opaque {
pub fn createWithBytes(