diff --git a/Cargo.toml b/Cargo.toml index 7bff40b..1746dd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"