tangled
alpha
login
or
join now
brookjeynes.dev
/
jido
7
fork
atom
地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
7
fork
atom
overview
issues
pulls
pipelines
chore: increment version number 1.3 -> 1.4
brookjeynes.dev
2 months ago
6b3b1e3e
744d07a0
+2
-2
2 changed files
expand all
collapse all
unified
split
README.md
build.zig
+1
-1
README.md
···
10
10
Vim-like bindings and a minimalist interface, Jido focuses on speed and
11
11
simplicity.
12
12
13
13
-
Jido used Zig `0.14.0`.
13
13
+
Jido is built with Zig v`0.15.2`.
14
14
15
15
- [Installation](#installation)
16
16
- [Integrations](#integrations)
+1
-1
build.zig
···
2
2
const builtin = @import("builtin");
3
3
4
4
///Must match the `version` in `build.zig.zon`.
5
5
-
const version = std.SemanticVersion{ .major = 1, .minor = 3, .patch = 0 };
5
5
+
const version = std.SemanticVersion{ .major = 1, .minor = 4, .patch = 0 };
6
6
7
7
const targets: []const std.Target.Query = &.{
8
8
.{ .cpu_arch = .aarch64, .os_tag = .macos },