yharnam 0.0.1

An implementation of the Yarn Spinner runtime.
Documentation
1
2
3
4
5
6
fn main() {
    prost_build::compile_protos(
        &["src/yarn_spinner.proto"],
        &["src/"],
    ).unwrap();
}