refactor: change name field
This commit is contained in:
parent
8ae985446d
commit
c63224b90e
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ name = "chip8-emulator"
|
|||
description = "Emulateur de Chip8"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
author = "rick G. <rick@gnous.eu>"
|
||||
authors = ["rick G. <rick@gnous.eu>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -546,7 +546,6 @@ fn main() {
|
|||
Event::KeyUp { keycode: Some(Keycode::F), .. } => {
|
||||
t.key_inputs[0xf] = 0;
|
||||
},
|
||||
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue