psychonautwiki / rust-ul-sys

Low Level Bindings to Ultralight Framework (Ultralight, AppCore)
18 stars 10 forks source link

I think bindgen should only be in [build-dependencies] and not in [dependencies] #5

Closed timakro closed 3 years ago

timakro commented 3 years ago

Or am I missing something?

19h commented 3 years ago

The sources are generated at compile time, so currently they are needed. I'd need to refactor the code to build the bindings are publish time.