gridvid 0.3.0

Wrapper library for rendering MP4 videos from 2D vectors
Documentation
1
2
3
4
5
6
7
8
9
#![allow(
    non_snake_case,
    non_upper_case_globals,
    non_camel_case_types,
    unused,
    clippy::all
)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));