diff options
author | zachir <zachir@librem.one> | 2024-03-23 17:54:36 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-03-23 17:54:36 -0500 |
commit | c67c6faee4d8eb1dc9c9032b5cf0b08c4c0ec817 (patch) | |
tree | 7da2ee2c927e5e6393dd2ed6c4d615591dd5211c /.gitmodules | |
parent | b494331cbbd3d0d17d625f66cef27b60cf125ce1 (diff) |
Use mime as a git submodule
This commit adds the submodule, and changes @include("mime.zig") to
refer to the new subdirectory.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4762e00 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/mime"] + path = src/mime + url = https://github.com/andrewrk/mime.git |