mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
396d1d7207
CStr is now here. This gets rid of three vendored deps, whee. Signed-off-by: Hector Martin <marcan@marcan.st>
18 lines
602 B
Text
18 lines
602 B
Text
[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/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
|