add command for protocols

This commit is contained in:
Noa Aarts 2024-12-11 12:48:11 +01:00
parent 232fe6b6e2
commit b52af7d44f
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 22 additions and 1 deletions

View file

@ -68,6 +68,7 @@ pub enum Protocol {
#[derive(Debug, PartialEq)]
pub enum Command {
Help,
Protocols,
Size(Canvas),
GetPixel(Canvas, Coordinate, Coordinate),
SetPixel(Canvas, Coordinate, Coordinate, Color),