Skip to content

Commit

Permalink
use the local sauron code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Aug 18, 2023
1 parent 8c4f8a0 commit cdceb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svgbob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2021"
nalgebra = "0.32.1"
parry2d = "0.13.5"
once_cell = "1.18.0"
sauron = { version = "0.60.0", default-features = false, features = ["with-jss"] }
#sauron = { path = "../../../sauron", default-features = false, features = ["with-jss"]}
#sauron = { version = "0.60.0", default-features = false, features = ["with-jss"] }
sauron = { path = "../../../sauron", default-features = false, features = ["with-jss"]}
unicode-width = "0.1.9"
itertools = "0.11.0"
pom = { version = "3.2.0" }
Expand Down

0 comments on commit cdceb33

Please sign in to comment.