diff --git a/Cargo.lock b/Cargo.lock index e5501d76..eef58e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4703,7 +4703,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/smithay//smithay?rev=f364c73#f364c73cae953aebfa189075e9f118f9008e100b" +source = "git+https://github.com/ids1024/smithay?branch=keyboard#3002facddb0ed02e67f0b0f6c22d70258210c66a" dependencies = [ "appendlist", "ash 0.38.0+1.3.281", diff --git a/Cargo.toml b/Cargo.toml index 2e865a35..78a04454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,4 +116,5 @@ inherits = "release" lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/smithay//smithay", rev = "f364c73" } +# smithay = { git = "https://github.com/smithay//smithay", rev = "f364c73" } +smithay = { git = "https://github.com/ids1024/smithay", branch = "keyboard" }