update GapBuffer and gitignore
In preparation for zig 0.13.0
This commit is contained in:
parent
0cb81e30eb
commit
5a438e54f1
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.zig-cache/
|
||||
zig-cache/
|
||||
zig-out/
|
||||
*.log
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
.lazy = true,
|
||||
},
|
||||
.gap_buffer = .{
|
||||
.url = "https://github.com/ryleelyman/GapBuffer.zig/archive/6a746497d5a2494026d0f471e42556f1f153f153.tar.gz",
|
||||
.hash = "12205354d9903e773f9d934dcfe756b0b5ffd895571ad631ab86ebc1aebba074dd82",
|
||||
.url = "git+https://github.com/ryleelyman/GapBuffer.zig#main",
|
||||
.hash = "1220f525973ae804ec0284556bfc47db7b6a8dc86464a853956ef859d6e0fb5fa93b",
|
||||
.lazy = true,
|
||||
},
|
||||
.znvim = .{
|
||||
|
|
Loading…
Reference in a new issue