File fix-Cargo.toml.patch of Package cosmic-comp
diff --git a/Cargo.toml b/Cargo.toml index 53154e9..c4e6d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,3 +124,6 @@ cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", b [patch."https://github.com/smithay/smithay"] smithay = { git = "https://github.com/smithay/smithay//", rev = "ce61c9b" } + +[patch.crates-io] +libdisplay-info-sys = { path = "vendor/libdisplay-info-sys-0.2.2" }