dndgamerolls 0.1.10

DnD Game Rolls - D&D dice roller with CLI and 3D visualization using Bevy
Documentation
1
2
3
4
5
// Allow common clippy warnings for this game project
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]

pub mod dice3d;