pin smithay version
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -3864,8 +3864,9 @@ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "smithay"
|
name = "smithay"
|
||||||
version = "0.4.0"
|
version = "0.5.1"
|
||||||
source = "git+https://github.com/Smithay/smithay.git#0cd3345c59f7cb139521f267956a1a4e33248393"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "497aa82b881bf392470c286b213e01f7aa30b2fb08857831f81c87b251ba4d89"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"appendlist",
|
"appendlist",
|
||||||
"bitflags 2.8.0",
|
"bitflags 2.8.0",
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ mint = "0.5.9"
|
|||||||
#WayVR-only deps
|
#WayVR-only deps
|
||||||
################################
|
################################
|
||||||
khronos-egl = { version = "6.0.0", features = ["static"], optional = true }
|
khronos-egl = { version = "6.0.0", features = ["static"], optional = true }
|
||||||
smithay = { git = "https://github.com/Smithay/smithay.git", default-features = false, features = [
|
smithay = { version = "0.5.1", default-features = false, features = [
|
||||||
"renderer_gl",
|
"renderer_gl",
|
||||||
"backend_egl",
|
"backend_egl",
|
||||||
"backend_drm",
|
"backend_drm",
|
||||||
|
|||||||
Reference in New Issue
Block a user