summaryrefslogtreecommitdiff
path: root/plugins/warp/Cargo.toml
AgeCommit message (Collapse)Author
2024-12-13WARP: User friendly file pickerMason Reed
Instead of using the interaction api or text input just use a rust crate to manage the file picker dialog
2024-12-01WARP: Prune useless functions and display progress in background taskMason Reed
Also bumps WARP so that loading of extremely large signature files can occur
2024-11-13WARP: Cleanup Cargo.tomlMason Reed
2024-11-11WARP: Bump warp dependencyMason Reed
2024-11-11WARP: Bump warp dependencyMason Reed
2024-11-08WARP: Bump warp dependency and remove unused dependencyMason Reed
2024-11-08WARP: Misc changesMason Reed
2024-11-04WARP: Support compressed by default signature data filesMason Reed
2024-10-30WARP: Make build script less scuffedMason Reed
2024-10-25Prevent building test artifacts on cmake buildsMason Reed
For some reason the linker is looking in the target directory of external rust plugins?
2024-10-24Add WARP integrationMason Reed
https://github.com/Vector35/warp/