build(cargo): propagate expensive schemars feature correctly

This commit is contained in:
LGUG2Z
2025-05-11 20:00:15 -07:00
parent 270ea5aa46
commit 6a10d583a6
5 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
komorebi-client = { path = "../komorebi-client" }
komorebi-client = { path = "../komorebi-client", default-features = false }
eframe = { workspace = true }
egui_extras = { workspace = true }