mirror of
https://github.com/RGBCube/ZTerm
synced 2025-07-28 16:37:46 +00:00
Reorder imports
This commit is contained in:
parent
0ec36b9a3f
commit
51a1224a51
1 changed files with 2 additions and 2 deletions
|
@ -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{ "|", "/", "-", "\\" };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue