[source.crates-io]
replace-with = "vendored-sources"

[source."git+https://github.com/gtk-rs/gtk-rs-core?branch=master"]
git = "https://github.com/gtk-rs/gtk-rs-core"
branch = "master"
replace-with = "vendored-sources"

[source."git+https://github.com/gtk-rs/gtk4-rs?branch=master"]
git = "https://github.com/gtk-rs/gtk4-rs"
branch = "master"
replace-with = "vendored-sources"

[source."git+https://github.com/sophie-h/ashpd?branch=wip/sophie-h/gtk-rs-0.20"]
git = "https://github.com/sophie-h/ashpd"
branch = "wip/sophie-h/gtk-rs-0.20"
replace-with = "vendored-sources"

[source."git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs?branch=main"]
git = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
branch = "main"
replace-with = "vendored-sources"

[source."git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=main"]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
branch = "main"
replace-with = "vendored-sources"

[source."git+https://gitlab.gnome.org/World/Rust/libadwaita-rs"]
git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs"
replace-with = "vendored-sources"

[source."git+https://gitlab.gnome.org/sophie-h/glycin"]
git = "https://gitlab.gnome.org/sophie-h/glycin"
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
