Try relative paths for letterbox-* deps

This commit is contained in:
2025-02-22 11:20:36 -08:00
parent 5fdc98633d
commit 71d3745342
5 changed files with 25 additions and 71 deletions

View File

@@ -33,9 +33,9 @@ wasm-bindgen = "=0.2.100"
uuid = { version = "1.13.1", features = [
"js",
] } # direct dep to set js feature, prevents Rng issues
letterbox-shared = { version = "0.6.0", registry = "xinu" }
letterbox-notmuch = { version = "0.8.0", registry = "xinu" }
seed_hooks = { version = "0.4.0", registry = "xinu" }
letterbox-shared = { version = "0.7.0", path = "../shared" }
letterbox-notmuch = { version = "0.7.0", path = "../notmuch" }
seed_hooks = { version = "0.1.13", registry = "xinu" }
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']