From c90742deb74ee71e2ce65a987d48f6c7370756ab Mon Sep 17 00:00:00 2001 From: yavko Date: Fri, 31 Mar 2023 20:09:09 -0700 Subject: [PATCH] Use crates.io `hyprland-rs` --- Cargo.lock | 10 ++++++---- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19ab476..b100825 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,8 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyprland" version = "0.3.1" -source = "git+https://github.com/hyprland-community/hyprland-rs.git?branch=master#2d723dcdb9fbd5cb1f828c2510aca046fd5fb2bf" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d341e36a776cd092622daf2439a484247f3dc7d25eab7b286cc88ac85120d3" dependencies = [ "async-trait", "derive_more", @@ -329,11 +330,12 @@ dependencies = [ [[package]] name = "hyprland-macros" -version = "0.1.0" -source = "git+https://github.com/hyprland-community/hyprland-rs.git?branch=master#2d723dcdb9fbd5cb1f828c2510aca046fd5fb2bf" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0088021091c08e29e9d1f735142ab811bd4d4d7f82fd4d4673407cb96fffb062" dependencies = [ "quote", - "syn 1.0.109", + "syn 2.0.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8046267..002dff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ once_cell = "1.9" toml = { "version" = "0.5.8", "features" = ["preserve_order"] } signal-hook = { version = "0.3.13", default-features = false, features = ["iterator"] } clap = { version = "3.0.14", default-features = false, features = ["derive", "std"] } -hyprland = { git = "https://github.com/hyprland-community/hyprland-rs.git", branch = "master" } +hyprland = { version = "0.3.1" } itertools = "0.10.5" diff --git a/README.md b/README.md index e1588a7..b60ff2c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ over Hyprland configuration === -Add this line to your sway config: +Add this line to your Hyprland config: ``` exec-once workstyle &> /tmp/workstyle.log ```