bufro 0.1.4

2D vector graphics with C and Rust API
Documentation
1
2
3
4
5
6
7
8
9
ffi: include/bufro.h
	cargo build --release

include/bufro.h: src/*.rs
	cbindgen --config cbindgen.toml --crate bufro --output include/bufro.h

install:
	cp target/release/libbufro.so /usr/lib/libbufro.so
	cp include/* /usr/include