1
Fork 0
mirror of https://github.com/RGBCube/ZTerm synced 2025-07-28 16:37:46 +00:00

Reorder imports

This commit is contained in:
RGBCube 2023-05-17 22:12:08 +03:00
parent 0ec36b9a3f
commit 51a1224a51

View file

@ -1,9 +1,9 @@
const Spinner = @This();
const std = @import("std");
const Mutex = std.Thread.Mutex;
const time = std.time;
const Spinner = @This();
const default_frame_rate = 150 * time.ns_per_ms;
const default_charset = [_][]const u8{ "|", "/", "-", "\\" };