backtrace-rs icon indicating copy to clipboard operation
backtrace-rs copied to clipboard

Update windows bindings and use windows-targets

Open ChrisDenton opened this issue 6 months ago • 3 comments

This synchronizes the API definitions with std. Trouble is, std uses its own definition of the windows_targets::link! macro so I've used a path hack to include it in this crate when used as a dependency of std. Otherwise wht windows-targets crate is used.

Not sure if this will work but let's see what CI says.

ChrisDenton avatar Aug 09 '24 00:08 ChrisDenton