patica 0.0.3

A terminal based pixel art editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod bmp;
pub mod cli;
pub mod clock; // TODO: rename module
pub mod command;
pub mod config;
pub mod editor;
pub mod frame;
pub mod game;
pub mod marker;
pub mod model;
pub mod query;
pub mod remote;
pub mod view;