We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172e160 commit a2fdfd1Copy full SHA for a2fdfd1
build.zig.zon
@@ -1,11 +1,15 @@
1
.{
2
.name = "zeal",
3
.version = "0.0.1",
4
+<<<<<<< HEAD
5
<<<<<<< HEAD
6
.paths = .{"src"},
7
=======
8
.paths = .{"."},
9
>>>>>>> 7840f10 (add ziglyph to build.zig.zon)
10
+=======
11
+ .paths = .{"src"},
12
+>>>>>>> 54df2fa (zig build test runs tests in lexer.zig)
13
.dependencies = .{
14
.ziglyph = .{
15
.url = "https://codeberg.org/dude_the_builder/ziglyph/archive/v0.11.1.tar.gz",
0 commit comments