Make sdl2 run as default for "cargo run"
Former-commit-id: 11c411582fa10e8391d1a9ce528e876b3da7cb22
This commit is contained in:
parent
c9e80f4f60
commit
a01e3ed9cd
|
@ -3,6 +3,7 @@ name = "rustboyadvance-ng"
|
|||
version = "0.1.0"
|
||||
authors = ["Michel Heily <michelheily@gmail.com>"]
|
||||
edition = "2018"
|
||||
default-run= "rba-sdl2"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "*"
|
||||
|
|
Reference in a new issue