numples 1.2.0

Yet another colourful sudoku playing game.
Documentation
1
2
3
4
5
6
7
use bevy::prelude::*;

#[derive(Debug, Resource)]
pub struct Paused(pub bool);

#[derive(Copy, Clone, Debug, Component)]
pub struct MustUnpause;