Skip to content

Commit

Permalink
build: Import the patched btleplug
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower committed Oct 3, 2024
1 parent 016291d commit 0207853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buttplug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ serde_json = "1.0.125"
serde_repr = "0.1.19"
uuid = { version = "1.10.0", features = ["serde"] }
url = "2.5.2"
btleplug = { version = "0.11.5", optional = true }
# btleplug = { version = "0.11.5", optional = true }
# btleplug = { path = "../../btleplug", optional = true}
# btleplug = { git = 'https://github.com/deviceplug/btleplug', branch = 'master', optional = true }
btleplug = { git = 'https://github.com/blackspherefollower/btleplug', branch = 'dev', optional = true }
strum_macros = "0.26.4"
strum = "0.26.3"
once_cell = "1.19.0"
Expand Down

0 comments on commit 0207853

Please sign in to comment.