spelling
This commit is contained in:
parent
6fe46a1085
commit
036fb9e2b8
|
@ -5,7 +5,7 @@ use std::fs::read_to_string;
|
|||
#[derive(Debug, Eq, PartialEq, Serialize, Deserialize)]
|
||||
pub struct Image {
|
||||
pub name: String,
|
||||
/// colour indexes - todo convert to [u8; 64]?
|
||||
/// colour indices - todo convert to [u8; 64]?
|
||||
pub pixels: Vec<u8>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue