Has anyone managed to build the proj crate, I've tried on windows and on Ubuntu but always seem to have some problem with the proj-sys crate building proj from source.
Just created a new crate and added proj, and then cargo build. And it works. proj-sys did build.
proj
cargo build
proj-sys
Just created a new crate and added
proj
, and thencargo build
. And it works.proj-sys
did build.