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

[source."git+https://github.com/DioxusLabs/taffy"]
git = "https://github.com/DioxusLabs/taffy"
replace-with = "vendored-sources"

[source."git+https://github.com/Drakulix/id-tree.git?branch=feature/copy_clone"]
git = "https://github.com/Drakulix/id-tree.git"
branch = "feature/copy_clone"
replace-with = "vendored-sources"

[source."git+https://github.com/Smithay/smithay-egui.git?rev=cdc652e0"]
git = "https://github.com/Smithay/smithay-egui.git"
rev = "cdc652e0"
replace-with = "vendored-sources"

[source."git+https://github.com/pop-os/cosmic-protocols?branch=main"]
git = "https://github.com/pop-os/cosmic-protocols"
branch = "main"
replace-with = "vendored-sources"

[source."git+https://github.com/pop-os/libcosmic/"]
git = "https://github.com/pop-os/libcosmic/"
replace-with = "vendored-sources"

[source."git+https://github.com/pop-os/softbuffer?tag=cosmic-2.0-old"]
git = "https://github.com/pop-os/softbuffer"
tag = "cosmic-2.0-old"
replace-with = "vendored-sources"

[source."git+https://github.com/smithay//smithay?rev=d5b352b"]
git = "https://github.com/smithay//smithay"
rev = "d5b352b"
replace-with = "vendored-sources"

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