Erk- / genfut

Generate bindings for Futhark
ISC License
37 stars 10 forks source link

Backend selection instead of using features. #31

Closed Erk- closed 2 years ago

Erk- commented 2 years ago

This patch changes such that backend selection is done using a enum instead of with cargo features, this is to make it more portable as a binary instead of needing to recompile for every different backend.

This patch also changes structopt to clap and updates various dependencies since it is a breaking update.