Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 253 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 253 Bytes

Examples

To build examples/vinilla-c first build the vinilla-lib crate:

cargo build -p vinilla-lib --release

Then build an example:

gcc examples/vinilla-c/main.c -lvinilla -Ltarget/release -Itarget/ -o target/vinilla-c