Skip to content

Commit

Permalink
meta: Vendor hyprland-rs for now
Browse files Browse the repository at this point in the history
Should prevent having to include the Cargo.lock in the nixpkgs update.

Note that some doc comments were removed and #[allow(dead_code)] was
added as needed to ./src/event_listener/shared.rs
  • Loading branch information
donovanglover committed Aug 9, 2024
1 parent 8a6f979 commit 9deaf7c
Show file tree
Hide file tree
Showing 25 changed files with 5,689 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hyprland/** linguist-vendored
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/target
target
2 changes: 0 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "3.4.4"
features = ["termination"]

[dependencies.hyprland]
git = "https://github.com/MrYuto/hyprland-rs"
path = "hyprland"
features = ["silent"]

[build-dependencies]
Expand Down
Loading

0 comments on commit 9deaf7c

Please sign in to comment.