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