Closed MatMaul closed 1 year ago
It moves a bunch of files to match the new way to build used in the neon examples.
This is needed because neon build doesn't pass arguments down to cargo build, meaning we can't pass features flag and do an optional fully static build.
neon build
cargo build
It moves a bunch of files to match the new way to build used in the neon examples.
This is needed because
neon build
doesn't pass arguments down tocargo build
, meaning we can't pass features flag and do an optional fully static build.