Ciantic / VirtualDesktopAccessor

DLL for accessing Windows 11/10 Virtual Desktop features from e.g. AutoHotkey
MIT License
772 stars 93 forks source link

Generating header file using cbindgen #54

Open Epacik opened 1 year ago

Epacik commented 1 year ago

I have added a build script that is generating a header file for a dll written in Rust using cbindgen. That header file can be useful for loading this dll in C++, as well as for autogenerating bindings for other languages (e.g. C# or Python)