File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,12 @@ categories = [
1616 " graphics" ,
1717 " encoding" ,
1818]
19-
19+ include = [
20+ " /README.md" ,
21+ " /LICENSE-*" ,
22+ " /src/**/*.rs" ,
23+ " /src/**/*.png" ,
24+ ]
2025
2126[features ]
2227img = [" image" ]
@@ -29,7 +34,7 @@ required-features = ["img"]
2934harness = false
3035
3136[dev-dependencies ]
32- criterion = " 0.5"
37+ # criterion = "0.5"
3338image = { version = " 0.25" }
3439
3540[dependencies ]
Original file line number Diff line number Diff line change 11//fn bench_find_caps(c: &mut criterion::Criterion) {
2- // let img = include_bytes!("../src/test_data /art_small.png");
2+ // let img = include_bytes!("data /art_small.png");
33// let img = image::load_from_memory(img).unwrap().to_luma();
44//
55// let img = rqrr::PreparedImage::prepare(img);
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments