shorebirdtech / shorebird

Code Push for Flutter and other tools for Flutter businesses.
https://shorebird.dev
Other
2.26k stars 133 forks source link

Fix rust build to build updater.h automatically #121

Closed felangel closed 1 year ago

eseidel commented 1 year ago

The bug is that you currently have to run cbindgen manually instead of having it be part of build.rs or similar: https://github.com/shorebirdtech/shorebird/blob/main/updater/library/README.md

eseidel commented 1 year ago

Way easier than I thought: https://github.com/eqrion/cbindgen/blob/master/docs.md#buildrs