l1npengtul/libuvc-rs

Add support for windows

mulimoen opened this issue · 3 comments

I don't currently have a windows computer, but implementing support for windows should not be an insurmountable task. Would be nice to have both msvc and gnu targets enabled on the CI.

mcuee commented

libuvc itself does not really support Windows well.

https://github.com/pupil-labs/libuvc
You will have better lucks with the above libuvc fork for Windows.

I plan on making a uvc-src-win crate with the pupil-labs fork instead for windows support.

As for CI, I plan on to move to a privately hosted Jenkins Blue Ocean instance with win,mac,linux runners.