yarnspinner_core 0.8.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::{Reflect, std_traits::ReflectDefault};
#[cfg(feature = "serde")]
pub use serde::{Deserialize, Serialize};