Remove rust-glut

This commit is contained in:
Keegan McAllister 2013-08-06 09:37:29 -07:00
parent c0fed8ff06
commit 9346cab684
4 changed files with 0 additions and 13 deletions

3
.gitmodules vendored
View file

@ -22,9 +22,6 @@
[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

1
configure vendored
View file

@ -403,7 +403,6 @@ CFG_SUBMODULES="\
support/css/rust-css \
support/css/rust-cssparser \
support/geom/rust-geom \
support/glut/rust-glut \
support/glfw/glfw \
support/glfw/glfw-rs \
support/harfbuzz/rust-harfbuzz \

View file

@ -51,10 +51,6 @@ DEPS_glfw-rs += \
glfw \
$(NULL)
DEPS_rust-glut += \
rust-opengles \
$(NULL)
DEPS_rust-layers += \
rust-geom \
rust-opengles \
@ -143,10 +139,6 @@ DEPS_rust-layers += \
rust-cocoa \
$(NULL)
DEPS_rust-glut += \
rust-cocoa \
$(NULL)
endif
ifeq ($(CFG_OSTYPE),unknown-linux-gnu)

@ -1 +0,0 @@
Subproject commit 8f253edf62cfadfa18edb773aebd74bd62647ce4