mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue