bevy_talks 0.6.0

A Bevy plugin to write dialogues for your characters to say and do things. The Dialogue System for Bevy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[tools]
mdbook = "latest"
"cargo:mdbook-toc" = "latest"
"cargo:mdbook-mermaid" = "latest"

[tasks.docs]
description = "Serve the mdbook with live reload"
run = "mdbook serve docs --open"

[tasks.docs-build]
description = "Build the mdbook"
run = "mdbook build docs"