mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove rust-glut
This commit is contained in:
parent
c0fed8ff06
commit
9346cab684
4 changed files with 0 additions and 13 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
1
configure
vendored
|
@ -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 \
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue