71 lines
1.9 KiB
Plaintext
71 lines
1.9 KiB
Plaintext
|
[source.crates-io]
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/atk"]
|
||
|
git = "https://github.com/gtk-rs/atk"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/cairo"]
|
||
|
git = "https://github.com/gtk-rs/cairo"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/gdk"]
|
||
|
git = "https://github.com/gtk-rs/gdk"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/gdk-pixbuf"]
|
||
|
git = "https://github.com/gtk-rs/gdk-pixbuf"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/gio"]
|
||
|
git = "https://github.com/gtk-rs/gio"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/glib"]
|
||
|
git = "https://github.com/gtk-rs/glib"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/gtk"]
|
||
|
git = "https://github.com/gtk-rs/gtk"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/pango"]
|
||
|
git = "https://github.com/gtk-rs/pango"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/pangocairo"]
|
||
|
git = "https://github.com/gtk-rs/pangocairo"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/gtk-rs/sys"]
|
||
|
git = "https://github.com/gtk-rs/sys"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://github.com/rust-av/flavors"]
|
||
|
git = "https://github.com/rust-av/flavors"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"]
|
||
|
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"]
|
||
|
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
|
||
|
branch = "master"
|
||
|
replace-with = "vendored-sources"
|
||
|
|
||
|
[source.vendored-sources]
|
||
|
directory = "vendor"
|