Skip to content

Commit 5d28d57

Browse files
committed
fix package include files list
1 parent 807bb6d commit 5d28d57

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

projectm-sys/Cargo.toml

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,22 @@ include = [
2020
"README.md",
2121
"LICENSE",
2222
"build_bindgen.rs",
23-
"libprojectM/**",
23+
"libprojectM/CMakeLists.txt",
24+
"libprojectM/src/**",
25+
"libprojectM/include/**",
26+
"libprojectM/presets/CMakeLists.txt",
27+
"libprojectM/cmake/**",
28+
"libprojectM/vendor/**",
29+
"libprojectM/vendor/projectm-eval/**",
30+
"libprojectM/vendor/**/CMakeLists.txt",
31+
"libprojectM/vendor/**/cmake/**",
32+
"libprojectM/**/*.cmake",
33+
"libprojectM/**/*.h",
34+
"libprojectM/**/*.hpp",
35+
"libprojectM/config*",
2436
"bindgen/**",
2537
]
2638

27-
# Exclude unnecessary files to reduce crate size
28-
exclude = [
29-
"docs/**",
30-
"libprojectM/docs/**",
31-
"libprojectM/web/**",
32-
"libprojectM/screenshots/**",
33-
"libprojectM/tests/**",
34-
"libprojectM/examples/**",
35-
"libprojectM/.git/**",
36-
"libprojectM/.github/**",
37-
"libprojectM/*.md",
38-
".git/**",
39-
".gitmodules",
40-
]
41-
4239
[dependencies]
4340

4441
[build-dependencies]

0 commit comments

Comments
 (0)