Skip to content

Releases: Fabinistere/yml_dialog

v0.2.3: Remove Useless Dependencies

18 Aug 00:49
7bea50e
Compare
Choose a tag to compare
remove useless dependencies
- serde_yaml
- log
Merge pull request #13 from Fabinistere/hotfix-dependency

Example: Speedrun Timer

18 Aug 00:15
e1cad10
Compare
Choose a tag to compare

v0.2.2 Full Commits History

Preview

frog speedrun

Changed

  • The example complete_example now features a cool speedrun timer for my fellow homie Julien <3.
  • Press r in complete_example, to reset.

Note

None asset has been changed.

API Guideline respect (a little)

17 Aug 22:57
a755e69
Compare
Choose a tag to compare

v0.2.1 Full Commits History

Changed

  • Cargo.toml includes all common metadata (C-METADATA)
    • authors, description, license, homepage, documentation, repository, keywords, categories
  • Types eagerly implement common traits (C-COMMON-TRAITS)
  • rename DialogNodeYML to DialogNode

Note

None asset has been changed.

Dialog Structure adapted to YML

17 Aug 12:17
bd7b357
Compare
Choose a tag to compare

v0.2.0 Full Commits History

Preview

complete_example

Added

  • MIT/Apache 2.0
  • Web Demo
  • Total Migration to YML format

Removed

  • Markdown interpretor and Tree Structure (treenode)