previews: disable for now

we don't use these much and it slows compile time
This commit is contained in:
William Casarin
2025-04-15 08:20:25 -07:00
parent 87794fae33
commit 4f0d96679d

View File

@@ -38,9 +38,9 @@ crate-type = ["lib", "cdylib"]
name = "notedeck"
path = "src/notedeck.rs"
[[bin]]
name = "ui_preview"
path = "src/preview.rs"
#[[bin]]
#name = "ui_preview"
#path = "src/preview.rs"
[features]
default = []