* Slow down the fade to black time * Reduce `Cargo.lock` build for CI build * Run `cargo update` * Add a slight delay between screen off and locking OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Factory/cosmic-idle?expand=0&rev=5
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/jackpot51/rust-atomicwrites"]
|
|
git = "https://github.com/jackpot51/rust-atomicwrites"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/pop-os/cosmic-settings-daemon"]
|
|
git = "https://github.com/pop-os/cosmic-settings-daemon"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/pop-os/dbus-settings-bindings"]
|
|
git = "https://github.com/pop-os/dbus-settings-bindings"
|
|
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/smithay-clipboard?tag=pop-dnd-5"]
|
|
git = "https://github.com/pop-os/smithay-clipboard"
|
|
tag = "pop-dnd-5"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13"]
|
|
git = "https://github.com/pop-os/window_clipboard.git"
|
|
tag = "pop-0.13"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor"
|