mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add glfw and glfw-rs to servo build.
This commit is contained in:
parent
32c147fbde
commit
1230282cec
4 changed files with 10 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -94,3 +94,9 @@
|
|||
[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
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -403,6 +403,8 @@ CFG_SUBMODULES="\
|
|||
support/css/rust-css \
|
||||
support/geom/rust-geom \
|
||||
support/glut/rust-glut \
|
||||
support/glfw/glfw \
|
||||
support/glfw/glfw-rs \
|
||||
support/harfbuzz/rust-harfbuzz \
|
||||
support/http-client/rust-http-client \
|
||||
support/hubbub/libhubbub \
|
||||
|
|
1
src/support/glfw/glfw
Submodule
1
src/support/glfw/glfw
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 738b78899bb271258f55ae842e180de2c5ec87db
|
1
src/support/glfw/glfw-rs
Submodule
1
src/support/glfw/glfw-rs
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit dc6b77d2df8cb425a55c5ef48f77320de092fa19
|
Loading…
Add table
Add a link
Reference in a new issue