@@ -8,12 +8,33 @@ description = "Bindings for ProjectM"
8
8
license = " LGPL-3.0-or-later"
9
9
repository = " https://github.com/projectM-visualizer/projectm-rs"
10
10
documentation = " https://docs.rs/projectm-sys/latest"
11
- keywords = [" visualization" , " audio" , " sound" , " projectm" ]
11
+ keywords = [" visualization" , " audio" , " sound" , " projectm" ]
12
12
categories = [" multimedia" , " multimedia::video" , " multimedia::audio" ]
13
13
readme = " README.md"
14
14
links = " projectm"
15
15
16
- include = [" src/**" , " Cargo.toml" , " build.rs" , " README.md" , " LICENSE" ]
16
+ include = [" src/**" ,
17
+ " src/**" ,
18
+ " Cargo.toml" ,
19
+ " build.rs" ,
20
+ " README.md" ,
21
+ " LICENSE" ,
22
+ " build_bindgen.rs" ,
23
+ " libprojectM/CMakeLists.txt" ,
24
+ " libprojectM/src/**" ,
25
+ " libprojectM/include/**" ,
26
+ " libprojectM/presets/**" ,
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*" ,
36
+ " bindgen/**" ,
37
+ ]
17
38
exclude = [" docs/**" , " libprojectM/docs/**" , " libprojectM/web/**" , " libprojectM/screenshots/**" ]
18
39
19
40
[dependencies ]
0 commit comments