diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index 57709fbac..0a7d09feb 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -12,7 +12,7 @@ bson = { version = "2.7.0", features = ["uuid-1", "chrono"] } gloo-utils = "0.2.0" kcl-lib = { path = "kcl" } #kittycad = { version = "0.2.25", default-features = false, features = ["js"] } -kittycad = { path = "/home/mike/repo/kittycad.rs/kittycad" } +kittycad = { git = "https://github.com/KittyCAD/kittycad.rs", branch = "achalmers/relative-path-segments" } serde_json = "1.0.107" uuid = { version = "1.4.1", features = ["v4", "js", "serde"] } wasm-bindgen = "0.2.87" @@ -22,7 +22,7 @@ wasm-bindgen-futures = "0.4.37" anyhow = "1" image = "0.24.7" #kittycad = "0.2.25" -kittycad = { path = "/home/mike/repo/kittycad.rs/kittycad" } +kittycad = { git = "https://github.com/KittyCAD/kittycad.rs", branch = "achalmers/relative-path-segments" } pretty_assertions = "1.4.0" reqwest = { version = "0.11.20", default-features = false } tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "time"] } diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 28fbe6c7c..4c15e6e93 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.4.3", features = ["cargo", "derive", "env", "unicode"], op dashmap = "5.5.3" derive-docs = { version = "0.1.3" } #derive-docs = { path = "../derive-docs" } -kittycad = { path = "/home/mike/repo/kittycad.rs/kittycad" } +kittycad = { git = "https://github.com/KittyCAD/kittycad.rs", branch = "achalmers/relative-path-segments" } lazy_static = "1.4.0" parse-display = "0.8.2" regex = "1.7.1"