yarnspinner_core 0.5.0

Core concepts for Yarn Spinner for Rust, the friendly tool for writing game dialogue
Documentation
1
2
3
4
5
6
#[cfg(all(feature = "bevy", feature = "serde"))]
pub use bevy::prelude::{ReflectDeserialize, ReflectSerialize};
#[cfg(feature = "bevy")]
pub use bevy::reflect::{std_traits::ReflectDefault, Reflect};
#[cfg(feature = "serde")]
pub use serde::{Deserialize, Serialize};