Crate ayaka_runtime

source ·
Expand description

The runtime of Ayaka project.

This runtime provides the game config, running context, plugin system and settings system. It can be treated as the “backend” of the game engine.

Re-exports

Modules

Macros

Structs

  • The game running context.
  • The full Ayaka game. It consists of global config and all paragraphs.
  • The Ayaka config. It should be deserialized from a YAML file.
  • The paragraph in a paragraph config.
  • The plugin config.

Enums

Functions

  • Get the version of Ayaka runtime. This version string is exacted from CARGO_PKG_VERSION.