From 59d5782c493b2acd473c3a01e8e6be1673d3413b Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 29 Jan 2021 15:23:59 -0800 Subject: [PATCH] add bootstrap zig.mod --- zig.bootstrap.mod | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 zig.bootstrap.mod diff --git a/zig.bootstrap.mod b/zig.bootstrap.mod new file mode 100644 index 0000000000000000000000000000000000000000..22e4ede37d0c0caf28710a1d3a17e46369c6ba95 --- /dev/null +++ b/zig.bootstrap.mod @@ -0,0 +1,28 @@ +id: 89ujp8gq842x6mzok8feypwze138n2d96zpugw44hcq7406r +name: zigmod +main: src/main.zig +dependencies: + - src: git https://github.com/yaml/libyaml + version: tag-0.2.5 + c_include_dirs: + - include + c_source_flags: + - -DYAML_VERSION_MAJOR=0 + - -DYAML_VERSION_MINOR=2 + - -DYAML_VERSION_PATCH=5 + - -DYAML_VERSION_STRING="0.2.5" + - -DYAML_DECLARE_STATIC=1 + c_source_files: + - libs/yaml/src/dumper.c + - libs/yaml/src/emitter.c + - libs/yaml/src/loader.c + - libs/yaml/src/parser.c + - libs/yaml/src/reader.c + - libs/yaml/src/scanner.c + - libs/yaml/src/writer.c + + - src: git https://github.com/ziglibs/known-folders + version: commit-e1193f9ef5b3aad7a6071e9f5721934fe04a020e + + - src: git https://github.com/nektro/zig-ansi + version: commit-876c32c42044a5e1554f4662b4b9bdfad7ee5086 -- 2.54.0