Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Mar 3, 2024
1 parent 4808db8 commit 98827c0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
31 changes: 19 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ bytemuck = "1.13"
clap = { version = "4.0", default-features = false, features = ["std", "help", "usage", "derive"] }
libc = "0.2"
memmap2 = "0.9"
rustbus-service = { git = "https://github.com/MaxVerevkin/rustbus-service", rev = "0c72f36" }
rustbus-service = { git = "https://github.com/MaxVerevkin/rustbus-service", rev = "cffa791" }
shmemfdrs = { version = "0.1", features = ["memfd"] }
wayrs-client = "1.0"
wayrs-protocols = { version = "0.13", features = ["wlr-gamma-control-unstable-v1"] }

# [patch.'https://github.com/KillingSpark/rustbus']
# rustbus = { path = "../rustbus/rustbus" }
# [patch.'https://github.com/MaxVerevkin/rustbus-service']
# rustbus-service = { path = "../rustbus-service" }
# [patch.crates-io]
# wayrs-client = { path = "../wayrs/wayrs-client" }
# wayrs-protocols = { path = "../wayrs/wayrs-protocols" }

[profile.release]
lto = "fat"
strip = true
Expand Down

0 comments on commit 98827c0

Please sign in to comment.