diff --git a/Cargo.toml b/Cargo.toml index 8a1769a85327..e9887762f8cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,8 +88,6 @@ wayland-scanner = { git = "https://github.com/ids1024/wayland-rs", branch = "way # wayland-sys = { path = "../wayland-rs/wayland-sys/" } # wayland-backend = { path = "../wayland-rs/wayland-backend/" } # wayland-scanner = { path = "../wayland-rs/wayland-scanner/" } -drm = { git = "https://github.com/smithay/drm-rs", rev = "69518" } -drm-ffi = { git = "https://github.com/smithay/drm-rs", rev = "69518" } [dev-dependencies] clap = { version = "4", features = ["derive"] }