From b68c73819a9724ea38b6b52ad3cdc93f5343ed51 Mon Sep 17 00:00:00 2001 From: Michel Heily Date: Wed, 14 Oct 2020 21:08:24 +0300 Subject: [PATCH] Fix cfg_if dependency Former-commit-id: 5b9f830edcda0fad9321a26f74a5e85ec1b7b104 Former-commit-id: dd77520fae5c74c92921779a20870da38b607924 --- core/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index a14d229..c9f5dab 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Michel Heily "] 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 newline at end of file +no_video_interface = []