Skip to content

Commit

Permalink
Update drm, gbm, udev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 authored and Drakulix committed Oct 1, 2024
1 parent bcab075 commit e8af9a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ cursor-icon = "1.0.0"
cgmath = "0.18.0"
downcast-rs = "1.2.0"
drm-fourcc = "^2.2.0"
drm = { version = "0.12.0", optional = true }
drm-ffi = { version = "0.8.0", optional = true }
drm = { version = "0.14.0", optional = true }
drm-ffi = { version = "0.9.0", optional = true }
errno = "0.3.5"
gbm = { version = "0.15.0", optional = true, default-features = false, features = ["drm-support"] }
gbm = { version = "0.16.0", optional = true, default-features = false, features = ["drm-support"] }
glow = { version = "0.14", optional = true }
input = { version = "0.9.0", default-features = false, features=["libinput_1_19"], optional = true }
indexmap = "2.0"
Expand All @@ -50,7 +50,7 @@ scopeguard = { version = "1.1.0", optional = true }
tracing = "0.1.37"
tempfile = { version = "3.0", optional = true }
thiserror = "1.0.25"
udev = { version = "0.8.0", optional = true }
udev = { version = "0.9.0", optional = true }
# Require never `wayland-client`/`wayland-cursor` than winit uses to fix `-Z minimal-versions`
# due to issue in older version.
wayland-client = { version = "0.31.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion smithay-drm-extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Bartłomiej Maryńczak <[email protected]>"]

[dependencies]
libdisplay-info = { version = "0.1.0", optional = true }
drm = { version = "0.12.0" }
drm = { version = "0.14.0" }

[features]
default = ["display-info"]
Expand Down

0 comments on commit e8af9a1

Please sign in to comment.