servo/.gitmodules
Simon Sapin d75489356e Add a submodule for rust-cssparser
Even though this parser is not used yet, having it built
and tested with the rest of Servo helps ensure it does not bitrot.
2013-07-10 20:40:01 +01:00

105 lines
4.8 KiB
Text

[submodule "src/support/azure/rust-azure"]
path = src/support/azure/rust-azure
url = https://github.com/mozilla-servo/rust-azure.git
[submodule "src/platform/macos/rust-cocoa"]
path = src/platform/macos/rust-cocoa
url = https://github.com/mozilla-servo/rust-cocoa.git
[submodule "src/support/spidermonkey/mozjs"]
path = src/support/spidermonkey/mozjs
url = https://github.com/mozilla-servo/mozjs.git
[submodule "src/support/spidermonkey/rust-mozjs"]
path = src/support/spidermonkey/rust-mozjs
url = https://github.com/mozilla-servo/rust-mozjs.git
[submodule "src/support/harfbuzz/rust-harfbuzz"]
path = src/support/harfbuzz/rust-harfbuzz
url = https://github.com/mozilla-servo/rust-harfbuzz.git
[submodule "src/support/stb-image/rust-stb-image"]
path = src/support/stb-image/rust-stb-image
url = https://github.com/mozilla-servo/rust-stb-image.git
[submodule "src/support/geom/rust-geom"]
path = src/support/geom/rust-geom
url = https://github.com/mozilla-servo/rust-geom.git
[submodule "src/support/opengles/rust-opengles"]
path = src/support/opengles/rust-opengles
url = https://github.com/mozilla-servo/rust-opengles.git
[submodule "src/support/glut/rust-glut"]
path = src/support/glut/rust-glut
url = https://github.com/mozilla-servo/rust-glut.git
[submodule "src/support/layers/rust-layers"]
path = src/support/layers/rust-layers
url = https://github.com/mozilla-servo/rust-layers.git
[submodule "src/support/http-client/rust-http-client"]
path = src/support/http-client/rust-http-client
url = https://github.com/mozilla-servo/rust-http-client.git
[submodule "src/support/hubbub/libhubbub"]
path = src/support/hubbub/libhubbub
url = https://github.com/mozilla-servo/libhubbub.git
[submodule "src/support/libparserutils/libparserutils"]
path = src/support/libparserutils/libparserutils
url = https://github.com/mozilla-servo/libparserutils.git
[submodule "src/support/hubbub/rust-hubbub"]
path = src/support/hubbub/rust-hubbub
url = https://github.com/mozilla-servo/rust-hubbub.git
[submodule "src/platform/macos/rust-core-foundation"]
path = src/platform/macos/rust-core-foundation
url = https://github.com/mozilla-servo/rust-core-foundation.git
[submodule "src/platform/macos/rust-io-surface"]
path = src/platform/macos/rust-io-surface
url = https://github.com/mozilla-servo/rust-io-surface.git
[submodule "src/support/sharegl/sharegl"]
path = src/support/sharegl/sharegl
url = https://github.com/mozilla-servo/sharegl.git
[submodule "src/support/wapcaplet/libwapcaplet"]
path = src/support/wapcaplet/libwapcaplet
url = https://github.com/mozilla-servo/libwapcaplet.git
[submodule "src/support/netsurfcss/libcss"]
path = src/support/netsurfcss/libcss
url = https://github.com/mozilla-servo/libcss.git
[submodule "src/support/netsurfcss/rust-netsurfcss"]
path = src/support/netsurfcss/rust-netsurfcss
url = https://github.com/mozilla-servo/rust-netsurfcss.git
[submodule "src/support/wapcaplet/rust-wapcaplet"]
path = src/support/wapcaplet/rust-wapcaplet
url = https://github.com/mozilla-servo/rust-wapcaplet.git
[submodule "src/platform/macos/rust-core-graphics"]
path = src/platform/macos/rust-core-graphics
url = https://github.com/mozilla-servo/rust-core-graphics.git
[submodule "src/platform/macos/rust-core-text"]
path = src/platform/macos/rust-core-text
url = https://github.com/mozilla-servo/rust-core-text.git
[submodule "src/platform/linux/rust-freetype"]
path = src/platform/linux/rust-freetype
url = https://github.com/mozilla-servo/rust-freetype.git
[submodule "src/platform/linux/rust-fontconfig"]
path = src/platform/linux/rust-fontconfig
url = https://github.com/mozilla-servo/rust-fontconfig.git
[submodule "src/platform/linux/rust-xlib"]
path = src/platform/linux/rust-xlib
url = https://github.com/mozilla-servo/rust-xlib.git
[submodule "src/support/css/rust-css"]
path = src/support/css/rust-css
url = https://github.com/mozilla-servo/rust-css.git
[submodule "src/support/skia/skia"]
path = src/support/skia/skia
url = https://github.com/mozilla-servo/skia.git
[submodule "src/compiler/rust"]
path = src/compiler/rust
url = https://github.com/mozilla/rust.git
[submodule "src/support/alert/rust-alert"]
path = src/support/alert/rust-alert
url = git://github.com/mozilla-servo/rust-alert.git
[submodule "src/support/nss/nss"]
path = src/support/nss/nss
url = git://github.com/mozilla-servo/nss.git
[submodule "src/support/nss/nspr"]
path = src/support/nss/nspr
url = git://github.com/mozilla-servo/nspr.git
[submodule "src/support/glfw/glfw"]
path = src/support/glfw/glfw
url = https://github.com/mozilla-servo/glfw.git
[submodule "src/support/glfw/glfw-rs"]
path = src/support/glfw/glfw-rs
url = https://github.com/mozilla-servo/glfw-rs.git
[submodule "src/support/css/rust-cssparser"]
path = src/support/css/rust-cssparser
url = https://github.com/mozilla-servo/rust-cssparser.git