Fix docs for how to patch kcmc (#4294)

This commit is contained in:
Adam Chalmers
2024-10-24 15:14:38 -05:00
committed by GitHub
parent e9033e1754
commit 6617f72373

View File

@ -83,6 +83,6 @@ name = "modify"
path = "tests/modify/main.rs"
# Example: how to point modeling-api at a different repo (e.g. a branch or a local clone)
#[patch."https://github.com/KittyCAD/modeling-api"]
#[patch.crates-io]
#kittycad-modeling-cmds = { path = "../../../modeling-api/modeling-cmds" }
#kittycad-modeling-session = { path = "../../../modeling-api/modeling-session" }