mirror of
https://github.com/balt-dev/r6502.git
synced 2024-12-26 16:29:16 +00:00
Documentation typo 3
This commit is contained in:
parent
75ae0c12eb
commit
6419f63453
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "r6502"
|
||||
version = "1.0.6"
|
||||
version = "1.0.7"
|
||||
authors = ["baltdev"]
|
||||
edition = "2021"
|
||||
description = "A simple MOS 6502 emulator."
|
||||
|
@ -26,7 +26,6 @@ The following feature flags exist:
|
||||
| bytemuck | Enables [bytemuck](https://docs.rs/bytemuck/) support. |
|
||||
| arbitrary | Enables [arbitrary](https://docs.rs/arbitrary/) support. This will pull in `std`. |
|
||||
| serde | Enables [serde](https://docs.rs/serde) support. |
|
||||
| hashbrown | Enables [hashbrown](https://docs.rs/hashbrown) support. |
|
||||
|
||||
## Example
|
||||
```rust ignore
|
||||
|
Loading…
Reference in New Issue
Block a user