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

Publish to crates.io?

Open pcrockett opened this issue 6 years ago • 2 comments

When I add nfd = "0.0.4" to Cargo.toml on Windows, I encounter issue #14.

When I use nfd = { git = "https://github.com/saurvs/nfd-rs.git" } instead, everything works fine.

So it looks to me like #14 was fixed, but never published to crates.io. Would it be possible to do a version bump and publish?

pcrockett avatar Apr 27 '19 20:04 pcrockett

+1 for this. I took a look at nfd-rs a while back when researching file dialogs for a work project, and ended up putting the idea on the backburner after running into #14. Since it was closed without comment and there's no note in the README, I assumed this crate was dead.

The need for native dialogs has come back around for that project, and it was only by chance that I stumbled across this. So thank you @pcrockett for the note about using the git in Cargo.toml - I probably would have ended up down the rabbit hole of writing my own nativefiledialog-sys if not for that.

Please publish a new version to crates.io - this is a handy library, and it's a shame to see it hinging on a fix that's hidden behind an unrelated title inside the issue tracker.

ProfLander avatar May 13 '21 18:05 ProfLander

Believe this crate is abandoned/unmaintained, so we forked it a while back to a published nfd2 crate with a bunch of fixes, https://github.com/embarkstudios/nfd2.

If the maintainer later wants to get continue with this repo and keep it maintained we are more than happy to merge in our fork and archive it.

repi avatar May 14 '21 09:05 repi