pcrockett / kin-backup

Secure, simple backups for your next of kin
MIT License
3 stars 0 forks source link

GUI for decryption #13

Closed pcrockett closed 5 years ago

pcrockett commented 5 years ago

Might experiment a little with this for graphical file picker: https://github.com/saurvs/nfd-rs

Though it might also be worth making the whole app a little more graphical with Cursive.

pcrockett commented 5 years ago

Closing in favor of #17

pcrockett commented 5 years ago

Reopening because #17 is impossible right now. :frowning_face:

pcrockett commented 5 years ago

Got a basic save file dialog working in Linux. Need to test on Windows.

pcrockett commented 5 years ago

On Windows there's some sort of conflict between nativefiledialog and libsodium:

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library libnfd-c66bdbf44ca51c18.rlib(nfd_win.o) : error LNK2019: unresolved external symbol imp_SHCreateItemFromParsingName referenced in function "enum nfdresult_t cdecl SetDefaultPath(struct IFileDialog ,char const )" (?SetDefaultPath@@YA?AW4nfdresult_t@@PEAUIFileDialog@@PEBD@Z) C:\Users\philc\Code\kin-backup\target\debug\deps\decrypt-d9e5c169681efce7.exe : fatal error LNK1120: 1 unresolved externals