This repository contains the (preliminary) Rust bindings for Inochi2D using the Inochi2D C SDK.
NOTE The bindings pull in a large chunk of the D runtime, including the Garbage Collector.
These bindings currently assume the build libinochi2d-c.so
is located in the root of the repository.
Then just run cargo build
These bindings are licensed under the BSD-2-Clause license, the full text of which can be found in the LICENSE file.