Fix cfg_if dependency
Former-commit-id: 5b9f830edcda0fad9321a26f74a5e85ec1b7b104 Former-commit-id: dd77520fae5c74c92921779a20870da38b607924
This commit is contained in:
parent
dc7cd24e8d
commit
b68c73819a
|
@ -5,6 +5,7 @@ authors = ["Michel Heily <michelheily@gmail.com>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cfg-if = "1.0.0"
|
||||
serde = { version = "1.0.104", features = ["derive", "rc"] }
|
||||
bincode = "1.2.1"
|
||||
byteorder = "1"
|
||||
|
@ -59,4 +60,4 @@ elf_support = ["goblin"]
|
|||
# Faster, but consumes more memory.
|
||||
arm7tdmi_dispatch_table = []
|
||||
# For use for ports where VideoInterface is not needed like wasm & jni
|
||||
no_video_interface = []
|
||||
no_video_interface = []
|
||||
|
|
Reference in a new issue