We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb67d5f + b03ef62 commit 5669719Copy full SHA for 5669719
Cargo.toml
@@ -11,7 +11,14 @@ homepage = "https://github.com/aldanor/qoi-rust"
11
documentation = "https://docs.rs/qoi"
12
categories = ["multimedia::images", "multimedia::encoding"]
13
keywords = ["qoi", "graphics", "image", "encoding"]
14
-exclude = ["assets/*"]
+exclude = [
15
+ "assets",
16
+ "doc",
17
+ "ext",
18
+ ".github",
19
+ "tests/test_gen.rs",
20
+ "tests/test_ref.rs",
21
+]
22
rust-version = "1.67.0"
23
24
[features]
@@ -26,9 +33,6 @@ reference = []
26
33
[dependencies]
27
34
bytemuck = "1.22"
28
35
29
-[workspace]
30
-members = ["libqoi", "bench"]
31
-
32
36
[dev-dependencies]
37
# external
38
anyhow = "1.0"
0 commit comments