diff --git a/client-toolkit/Cargo.toml b/client-toolkit/Cargo.toml index 7052f1fd3c..b1a30697f3 100644 --- a/client-toolkit/Cargo.toml +++ b/client-toolkit/Cargo.toml @@ -7,7 +7,6 @@ edition = "2021" cosmic-protocols = { path = "../" } sctk = { package = "smithay-client-toolkit", version = "0.19.1" } wayland-client = { version = "0.31.1" } -smithay = { git = "https://github.com/Smithay/smithay", rev = "c35bc3e", default-features = false, features = ["backend_egl", "renderer_gl", "renderer_multi"], optional = true } libc = "0.2.153" wayland-protocols = { version = "0.32.4", features = ["client", "staging"] }