zba/.gitmodules
Rekai Musuka 51115cba86 feat: read config.toml on program start
We just read it, don't actually parse any of the TOML.
Well, the library does, we just don't do anything /w it
2022-09-25 10:44:51 -03:00

16 lines
485 B
Plaintext

[submodule "lib/SDL.zig"]
path = lib/SDL.zig
url = https://github.com/MasterQ32/SDL.zig
[submodule "lib/zig-clap"]
path = lib/zig-clap
url = https://github.com/Hejsil/zig-clap
[submodule "lib/known-folders"]
path = lib/known-folders
url = https://github.com/ziglibs/known-folders
[submodule "lib/zig-datetime"]
path = lib/zig-datetime
url = https://github.com/frmdstryr/zig-datetime
[submodule "lib/zig-toml"]
path = lib/zig-toml
url = https://github.com/aeronavery/zig-toml