fast image operations
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,11 @@ path = "benches/overlays.rs" harness = false [[bench]] +name = "drawing" +path = "benches/drawing.rs" +harness = false + +[[bench]] name = "affine_transformations" path = "benches/affine_transformations.rs" harness = false |