Releases: Fabinistere/yml_dialog
Releases · Fabinistere/yml_dialog
v0.2.3: Remove Useless Dependencies
remove useless dependencies - serde_yaml - log Merge pull request #13 from Fabinistere/hotfix-dependency
Example: Speedrun Timer
API Guideline respect (a little)
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
toDialogNode
Note
None asset has been changed.
Dialog Structure adapted to YML
Preview
Added
- Web Demo
- Total Migration to YML format
Removed
- Markdown interpretor and Tree Structure (treenode)