From 32333d092ae11cdce17b27abc7eec634847386dc Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 30 Apr 2024 21:26:10 -0700 Subject: [PATCH] Remove patch for drm --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) 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"] }