commit 4f0d96679d5dd6325498a53018980f25e6f7cd56 parent 87794fae33409cdd5f6d0addd032514cfe29d20e Author: William Casarin <jb55@jb55.com> Date: Tue, 15 Apr 2025 08:20:25 -0700 previews: disable for now we don't use these much and it slows compile time Diffstat:
M | crates/notedeck_chrome/Cargo.toml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/crates/notedeck_chrome/Cargo.toml b/crates/notedeck_chrome/Cargo.toml @@ -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 = []