update to reis 0.2

This commit is contained in:
Ferdinand Schober
2024-03-21 12:45:47 +01:00
parent c25a15e2d8
commit a86d74b52c
4 changed files with 31 additions and 34 deletions

View File

@@ -43,7 +43,7 @@ wayland-protocols-wlr = { version="0.2.0", features=["client"], optional = true
wayland-protocols-misc = { version="0.2.0", features=["client"], optional = true }
x11 = { version = "2.21.0", features = ["xlib", "xtest"], optional = true }
ashpd = { version = "0.8", default-features = false, features = ["tokio"], optional = true }
reis = { git = "https://github.com/ids1024/reis", features = [ "tokio" ], optional = true }
reis = { version = "0.2", features = [ "tokio" ], optional = true }
[target.'cfg(target_os="macos")'.dependencies]
core-graphics = { version = "0.23", features = ["highsierra"] }