yarnspinner_core 0.7.0

Core concepts for Yarn Spinner for Rust, the friendly tool for writing game dialogue
Documentation
1
2
3
4
5
6
7
8
9
10
# Compiler API

Rust code is generated via [`prost_build`](https://github.com/tokio-rs/prost/tree/master/prost-build) in the `generate_proto` binary of `yarnspinner_codegen`.
Running this requires pulling in the submodules:

```bash
git submodule update --init --recursive
```

As well as installing `protoc`