bevy_animation_graph_editor 0.2.0

Animation graph editor for the Bevy game engine
1
2
3
4
use bevy::prelude::*;

#[derive(Resource, Default)]
pub struct NodesContext(pub super::lib::NodesContext);