mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-08 10:56:34 +00:00
almost yeeted it all!
This commit is contained in:
@@ -5,7 +5,7 @@ const Action = @import("action.zig").Action;
|
||||
const Arena = std.heap.ArenaAllocator;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const Config = @import("../config/Config.zig");
|
||||
const global_state = &@import("../main.zig").state;
|
||||
const global_state = &@import("../global.zig").state;
|
||||
|
||||
pub const Options = struct {
|
||||
pub fn deinit(self: Options) void {
|
||||
|
Reference in New Issue
Block a user