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,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
komorebi = { path = "../komorebi" }
komorebi = { path = "../komorebi", default-features = false }
uds_windows = { workspace = true }
serde_json = { workspace = true }
[features]
default = ["schemars"]
schemars = ["komorebi/schemars"]
schemars = ["komorebi/default"]