mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 11:24:13 +00:00
8 lines
260 B
Zig
8 lines
260 B
Zig
//! The "os" package contains utilities for interfacing with the operating
|
|
//! system.
|
|
|
|
pub usingnamespace @import("file.zig");
|
|
pub usingnamespace @import("locale.zig");
|
|
pub usingnamespace @import("macos_version.zig");
|
|
pub usingnamespace @import("mouse.zig");
|