Skip to content

Commit

Permalink
Use my branch for now
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Zervas <[email protected]>
  • Loading branch information
dzervas committed May 30, 2024
1 parent 9e92026 commit 0a4c70d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion packages/cadmium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ anyhow = { version = "1.0.86", features = ["backtrace"] }
thiserror = "1.0.61"
strum = { version = "0.26.2", features = ["derive"] }
# isotope = { git = "https://github.com/CADmium-Co/ISOtope.git", version = "*", features = ["tsify"] }
isotope = { path = "../../../isotope", version = "*", features = ["tsify"]}
isotope = { git = "https://github.com/dzervas/ISOtope.git", branch = "sketch-helpers", version = "*", features = ["tsify"] }
# isotope = { path = "../../../isotope", version = "*", features = ["tsify"]}
paste = "1.0.15"
cadmium-macros = { path = "../cadmium-macros", version = "*" }

Expand Down

0 comments on commit 0a4c70d

Please sign in to comment.