File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments