mirror of
https://github.com/balt-dev/r6502.git
synced 2024-12-26 16:29:16 +00:00
Remove unneeded dependency
This commit is contained in:
parent
7c1eed1c8d
commit
27b2a4915f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "r6502"
|
||||
version = "1.0.3"
|
||||
version = "1.0.4"
|
||||
authors = ["baltdev"]
|
||||
edition = "2021"
|
||||
description = "A simple NMOS 6502 emulator."
|
||||
@ -22,7 +22,6 @@ bytemuck = {version = "1", features = ["derive", "min_const_generics"], optional
|
||||
arbitrary = {version = "1", features = ["derive"], optional = true}
|
||||
serde = {version = "1", features = ["derive"], optional = true}
|
||||
serde_with = {version = "3", optional = true, default-features = false, features = ["macros"]}
|
||||
cfg_eval = {version = "0.1", optional = true}
|
||||
|
||||
[features]
|
||||
default = ["bcd"]
|
||||
|
Loading…
Reference in New Issue
Block a user