This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgyro.zzz
62 lines (62 loc) · 1.34 KB
/
gyro.zzz
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
deps:
version:
git:
url: "https://github.com/mattnite/version.git"
ref: main
root: src/main.zig
clap:
git:
url: "https://github.com/Hejsil/zig-clap.git"
ref: master
root: clap.zig
glob:
git:
url: "https://github.com/mattnite/glob.git"
ref: main
root: src/main.zig
known-folders:
git:
url: "https://github.com/ziglibs/known-folders.git"
ref: master
root: known-folders.zig
tar:
git:
url: "https://github.com/mattnite/tar.git"
ref: main
root: src/main.zig
uri:
git:
url: "https://github.com/MasterQ32/zig-uri.git"
ref: master
root: uri.zig
zzz:
git:
url: "https://github.com/mattnite/zzz.git"
ref: main
root: src/main.zig
build_deps:
mbedtls:
git:
url: "https://github.com/mattnite/zig-mbedtls.git"
ref: main
root: mbedtls.zig
libgit2:
git:
url: "https://github.com/mattnite/zig-libgit2.git"
ref: main
root: libgit2.zig
libssh2:
git:
url: "https://github.com/mattnite/zig-libssh2.git"
ref: main
root: libssh2.zig
zlib:
git:
url: "https://github.com/mattnite/zig-zlib.git"
ref: main
root: zlib.zig
libcurl:
git:
url: "https://github.com/mattnite/zig-libcurl.git"
ref: main
root: libcurl.zig