From b7cac658821b12f186e7ed21b340f545598e9a59 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 29 Jan 2021 15:24:08 -0800 Subject: [PATCH] add testing zig.mod --- zig.test.mod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 zig.test.mod diff --git a/zig.test.mod b/zig.test.mod new file mode 100644 index 0000000000000000000000000000000000000000..ebca785377bdda2c0422d418ca0a2834b44bf2c5 --- /dev/null +++ b/zig.test.mod @@ -0,0 +1,14 @@ +id: 89ujp8gq842x6mzok8feypwze138n2d96zpugw44hcq7406r +name: zigmod +main: src/main.zig +dependencies: + - src: git https://github.com/nektro/zig-mul + - src: git https://github.com/nektro/zig-tracy + - src: git https://github.com/nektro/zig-zstd + - src: git https://github.com/nektro/zig-zlib + - src: git https://github.com/nektro/zig-double + - src: git https://github.com/Luukdegram/apple_pie + - src: git https://github.com/lithdew/snow + - src: system_lib prcre + - src: system_lib sqlite3 + - src: system_lib GL -- 2.54.0