thisKai / rust-windows-dll

Macro for dynamically loading windows dll functions
MIT License
19 stars 6 forks source link

deps: move from windows to windows-sys, updating to 0.45 #9

Open poliorcetics opened 1 year ago

poliorcetics commented 1 year ago

windows-sys is faster to compile and updated less often, which is nice for libraries.

To be backward-compatible I kept the feature name but I can easily change it if you wish.