It'd be good if `collenchyma` would link to CUDA libraries out of the box when using it as a feature. To run the `leaf-examples` on my machine, I needed to provide my own `build.rs` to get the cuda `lib` dir added for link searching. See this [thread](https://users.rust-lang.org/t/linking-to-cuda-library-in-leaf/4957) on rust users.