rust-minidump / minidump-writer

Rust rewrite of breakpad's minidump_writer
MIT License
68 stars 17 forks source link

Remove `windows-sys` dependency #58

Closed Jake-Shadle closed 2 years ago

Jake-Shadle commented 2 years ago

windows-sys is still moving far too quickly resulting in churn and duplicate dependencies, the usage in this crate is quite limited, so it makes sense to just bite the bullet and handwrite the binding we actually need and remove the dependency so that downstream crates don't have to care which version of windows-sys they may use.

gabrielesvelto commented 2 years ago

You might want to cherry-pick https://github.com/mozilla/minidump-writer/commit/951d2d866b14e7d40863796082c50b1f8b0237e3