mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
pkg/macos: foundation yeet usingns
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user