Crude implementation of matrices using nalgebra
This commit is contained in:
@@ -46,16 +46,6 @@ pub enum Instruction {
|
||||
},
|
||||
}
|
||||
|
||||
impl Instruction {
|
||||
pub fn supported_source(&self, src: File) -> bool {
|
||||
todo!()
|
||||
}
|
||||
|
||||
pub fn supported_destination(&self, src: File) -> bool {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub enum File {
|
||||
GrfA { index: u8 },
|
||||
|
||||
Reference in New Issue
Block a user