Use elf-support feature in sdl2 frontend
Former-commit-id: 70d1718ae5a18b8ffe7d03fd2a251479224a41ac Former-commit-id: 54ec2c969dca62644b28bd936e2a03b3786efc52
This commit is contained in:
parent
a99a1499fd
commit
e1ec96f9e4
|
@ -5,7 +5,7 @@ authors = ["Michel Heily <michelheily@gmail.com>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
rustboyadvance-core = { path = "../../rustboyadvance-core/" }
|
||||
rustboyadvance-core = { path = "../../rustboyadvance-core/", features = ["elf_support"] }
|
||||
sdl2 = { version = "0.33.0", features = ["image"] }
|
||||
ringbuf = "0.2.1"
|
||||
bytesize = "1.0.0"
|
||||
|
|
Reference in a new issue