Skip to content

Commit

Permalink
chore(cargo.toml): fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
codyduong committed Oct 29, 2024
1 parent 74236a9 commit d9b8e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo.toml → Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ serde = { version = "1.0.117", features = ["derive"] }
serde_json = { version = "1.0.117" }
dirs = "5.0.1"
# there is some issues with patching win32-display-data, so use this rev
komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", rev = "3f6e19b8b48b27b77810c469b9baa3e5b25c9af9"}
win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "32a45cebf132c3d651ee22c0c40033a6b7edc945" }
komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", rev = "b612066367e05f1b29ca5ee42ab2449b76c6da0c"}
win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "dd65e3f22d0521b78fcddde11abc2a3e9dcc32a8" }

[workspace.dependencies.windows]
version = "0.56.0"
Expand Down

0 comments on commit d9b8e5c

Please sign in to comment.