Skip to content

Commit

Permalink
Use experimental ddc-macos-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 4, 2024
1 parent 2c5add7 commit de52532
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 46 deletions.
74 changes: 29 additions & 45 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "^1.0", features = ["derive"] }
anyhow = "^1.0"
log = "^0.4"
simplelog = "^0.12"
ddc = "^0.3"
ddc = "^0.2"
rusb = "^0.9"
shell-words = "^1"
ddc-hi = "0.4.1"
Expand All @@ -36,3 +36,6 @@ uinput = "^0.1"
winapi = { version = "^0.3", features = ["winuser", "libloaderapi", "wincon"] }
ddc-winapi = "^0.2"
nvapi = "^0.1"

[patch.crates-io]
ddc-macos = { git = "https://github.com/haimgel/ddc-macos-rs.git", branch = "feature/mac-m3-support" }

0 comments on commit de52532

Please sign in to comment.