From 3c88b11e5df33116580ac008e36092775df66135 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Mar 2026 12:24:18 -0700 Subject: [WARP] Improved UX and API - Exposes WARP type objects directly - Adds processor API (for generating warp files directly) - Adds file and chunk API - Misc cleanup - Simplified the amount of commands - Replaced the "Create" commands with a purpose built processor dialog - Added a native QT viewer for WARP files - Simplified committing to a remote with a purpose built commit dialog --- plugins/warp/demo/Cargo.toml | 8 -------- plugins/warp/demo/build.rs | 4 ---- 2 files changed, 12 deletions(-) (limited to 'plugins/warp/demo') diff --git a/plugins/warp/demo/Cargo.toml b/plugins/warp/demo/Cargo.toml index 662b4131..7c9babad 100644 --- a/plugins/warp/demo/Cargo.toml +++ b/plugins/warp/demo/Cargo.toml @@ -27,19 +27,11 @@ uuid = { version = "1.12.0", features = ["v4", "serde"] } thiserror = "2.0" ar = { git = "https://github.com/mdsteele/rust-ar" } tempdir = "0.3.7" -regex = "1.11" directories = "6.0" compact_str = { version = "0.9.0", features = ["serde"] } base64 = "0.22" serde_qs = "0.15" -# For reports -minijinja = "2.10.2" -minijinja-embed = "2.10.2" - -[build-dependencies] -minijinja-embed = "2.10.2" - [dev-dependencies] criterion = "0.6" insta = { version = "1.42", features = ["yaml"] } diff --git a/plugins/warp/demo/build.rs b/plugins/warp/demo/build.rs index d0912f90..4940fe76 100644 --- a/plugins/warp/demo/build.rs +++ b/plugins/warp/demo/build.rs @@ -22,8 +22,4 @@ fn main() { lib_name ); } - - println!("cargo::rerun-if-changed=../src/templates"); - // Templates used for rendering reports. - minijinja_embed::embed_templates!("../src/templates"); } -- cgit v1.3.1