BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.21k stars 106 forks source link

request: ARM Windows support #180

Closed mcandre closed 1 year ago

mcandre commented 1 year ago

Hi,

Can we please update the winapi dependency?

The newest releases there include support for aarch64 Windows.

BurntSushi commented 1 year ago

What? I can't make sense of this issue. Why not be more specific? For example:

There is nothing that obviously sticks out to me to update, so I'm left wondering why you weren't more specific in your request.

mcandre commented 1 year ago

When I cargo vendor walkdir, then I see some specifically x86 Windows files, without any matching aarch64 files.

BurntSushi commented 1 year ago

This isn't actionable.

If you want to provide more details on what an actual fix for your problem is (which is so far under specified as far as I'm concerned), then I would be happy to revisit.