pkg/macos: graphics usingns yeet

This commit is contained in:
Mitchell Hashimoto
2024-08-16 16:38:04 -07:00
parent 097b978052
commit a4c05e4a32
13 changed files with 32 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
const std = @import("std");
const foundation = @import("../foundation.zig");
const c = @import("c.zig");
const c = @import("c.zig").c;
pub const Data = opaque {
pub const DESTRUCTOR_DEFAULT = c.DISPATCH_DATA_DESTRUCTOR_DEFAULT;