forked from mirrors/gstreamer-rs
gir-files: Add back as submodule from gtk-rs
Instead of copying gir files over every once in a while, with split-directory support (https://github.com/gtk-rs/gir/pull/1041) we can now use the submodule directly from https://github.com/gtk-rs/gir-files.
This commit is contained in:
parent
da0636a63c
commit
3df876a998
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "gir"]
|
||||
path = gir
|
||||
url = https://github.com/gtk-rs/gir
|
||||
[submodule "gir-files"]
|
||||
path = gir-files
|
||||
url = https://github.com/gtk-rs/gir-files
|
||||
|
|
1
gir-files
Submodule
1
gir-files
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6088bb634a406402f308f01d2f33067951d5095b
|
Loading…
Reference in a new issue