File: .gitmodules

package info (click to toggle)
m1n1 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,468 kB
  • sloc: python: 42,002; ansic: 33,376; asm: 1,101; makefile: 271; xml: 177; sh: 116
file content (18 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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