Skip to content

Commit d21634a

Browse files
authored
Merge pull request #34 from decathorpe/master
Drop unused dependencies and most test data from published crates
2 parents d683b5e + 6f817c3 commit d21634a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
2227
img = ["image"]
@@ -29,7 +34,7 @@ required-features = ["img"]
2934
harness = false
3035

3136
[dev-dependencies]
32-
criterion = "0.5"
37+
#criterion = "0.5"
3338
image = { version = "0.25" }
3439

3540
[dependencies]

benches/bench_cap_find.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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);

0 commit comments

Comments
 (0)