update GapBuffer and gitignore

In preparation for zig 0.13.0
This commit is contained in:
Tim Culverhouse 2024-06-07 06:38:45 -05:00
parent 0cb81e30eb
commit 5a438e54f1
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.zig-cache/
zig-cache/ zig-cache/
zig-out/ zig-out/
*.log *.log

View file

@ -9,8 +9,8 @@
.lazy = true, .lazy = true,
}, },
.gap_buffer = .{ .gap_buffer = .{
.url = "https://github.com/ryleelyman/GapBuffer.zig/archive/6a746497d5a2494026d0f471e42556f1f153f153.tar.gz", .url = "git+https://github.com/ryleelyman/GapBuffer.zig#main",
.hash = "12205354d9903e773f9d934dcfe756b0b5ffd895571ad631ab86ebc1aebba074dd82", .hash = "1220f525973ae804ec0284556bfc47db7b6a8dc86464a853956ef859d6e0fb5fa93b",
.lazy = true, .lazy = true,
}, },
.znvim = .{ .znvim = .{