Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdConstructor committed Aug 13, 2021
1 parent 6875acd commit a7fc588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2018"
description = "HexoSynth - A hexagonal modular synthesizer plugin"

[dependencies]
#hexodsp = { git = "https://github.com/WeirdConstructor/HexoDSP.git" }
hexodsp = { path = "../hexodsp" }
#hexotk = { git = "https://github.com/WeirdConstructor/HexoTK.git", features=["driver"] }
hexotk = { path = "../hexotk", features=["driver"] }
hexodsp = { git = "https://github.com/WeirdConstructor/HexoDSP.git" }
#hexodsp = { path = "../hexodsp" }
hexotk = { git = "https://github.com/WeirdConstructor/HexoTK.git", features=["driver"] }
#hexotk = { path = "../hexotk", features=["driver"] }
raw-window-handle = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit a7fc588

Please sign in to comment.