mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add rust-png submodule.
This commit is contained in:
parent
45e6873f80
commit
e9b1657df6
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -103,3 +103,6 @@
|
|||
[submodule "src/support/css/rust-cssparser"]
|
||||
path = src/support/css/rust-cssparser
|
||||
url = https://github.com/mozilla-servo/rust-cssparser.git
|
||||
[submodule "src/support/png/rust-png"]
|
||||
path = src/support/png/rust-png
|
||||
url = https://github.com/mozilla-servo/rust-png.git
|
||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -422,6 +422,7 @@ CFG_SUBMODULES="\
|
|||
support/spidermonkey/mozjs \
|
||||
support/spidermonkey/rust-mozjs \
|
||||
support/stb-image/rust-stb-image \
|
||||
support/png/rust-png \
|
||||
support/wapcaplet/libwapcaplet \
|
||||
support/wapcaplet/rust-wapcaplet"
|
||||
|
||||
|
|
1
src/support/png/rust-png
Submodule
1
src/support/png/rust-png
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e2b6deb09da651aa188f154394d63f45188de653
|
Loading…
Add table
Add a link
Reference in a new issue