fix: dependency

This commit is contained in:
Ashley Wulber 2022-08-16 22:11:22 -04:00
parent f1e3e3bf98
commit 71ac7cc86c
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 8 additions and 24 deletions

View file

@ -65,4 +65,5 @@ lto = "fat"
smithay = { git = "https://github.com/Smithay//smithay", branch = "update/drm-0.7" }
[patch."https://github.com/Smithay/drm-rs.git"]
drm = { git = "https://github.com/Smithay//drm-rs", branch = "fix/non_force_probe_memory" }
drm = { git = "https://github.com/Smithay//drm-rs", rev = "8b54f45831932fb1f7d6c1b9cb76ff68c342dfd0" }
drm-ffi = { git = "https://github.com/Smithay//drm-rs", rev = "8b54f45831932fb1f7d6c1b9cb76ff68c342dfd0" }