mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-01 11:12:16 +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");
|