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