l1npengtul / nokhwa

Cross Platform Rust Library for Powerful Webcam/Camera Capture
Apache License 2.0
502 stars 121 forks source link

Disable unnessesary ggez features #81

Closed leofidus closed 1 year ago

leofidus commented 1 year ago

On aarch64-pc-windows-msvc I had some trouble compiling the capture example, because of some mp3 library (minimp3) used by ggez. Since nokhwa only uses the graphics parts of ggez it seems easiest to just disable all other features. This should also generally improve build speed of he example.