diff options
| author | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
| commit | e80d9d8871b325a04b18f90a9ea4bb7fd148fb25 (patch) | |
| tree | 79dbdb8506b7ff1e92549188d1b94cfc0b3503ae /tools/.gitmodules | |
Diffstat (limited to 'tools/.gitmodules')
| -rw-r--r-- | tools/.gitmodules | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/.gitmodules b/tools/.gitmodules new file mode 100644 index 0000000..a0a12a8 --- /dev/null +++ b/tools/.gitmodules @@ -0,0 +1,27 @@ +[submodule "artwork"] + path = artwork + url = https://github.com/AsahiLinux/artwork.git +[submodule "rust/vendor/rust-fatfs"] + path = rust/vendor/rust-fatfs + url = https://github.com/rafalh/rust-fatfs +[submodule "rust/vendor/bitflags"] + path = rust/vendor/bitflags + url = https://github.com/bitflags/bitflags +[submodule "rust/vendor/cfg-if"] + path = rust/vendor/cfg-if + url = https://github.com/alexcrichton/cfg-if +[submodule "rust/vendor/cstr_core"] + path = rust/vendor/cstr_core + url = https://github.com/Amanieu/cstr_core +[submodule "rust/vendor/cty"] + path = rust/vendor/cty + url = https://github.com/japaric/cty +[submodule "rust/vendor/uuid"] + path = rust/vendor/uuid + url = https://github.com/uuid-rs/uuid +[submodule "rust/vendor/log"] + path = rust/vendor/log + url = https://github.com/rust-lang/log +[submodule "rust/vendor/memchr"] + path = rust/vendor/memchr + url = https://github.com/BurntSushi/memchr |
