bevy_cards 0.18.0

A simple, no dependency bevy plugin for making card games
Documentation
1
2
3
4
5
6
7
8
9
mod behaviour;
mod components;
mod events;
mod plugin;
mod settings;

pub mod prelude {
    pub use crate::{components::*, events::*, plugin::BevyCardsPlugin};
}