Skip to content

Commit 3bedf08

Browse files
committed
0.1.2
1 parent 6cd916f commit 3bedf08

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nes_rust"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "NES emulator written in Rust"
55
authors = ["Takahiro <[email protected]>"]
66
license = "MIT"

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,7 @@ nes-rust is a NES emulator written in Rust. It can be compiled to WebAssembly.
3030

3131
## How to import into your Rust project
3232

33-
The emulator module is released at [crates.io](https://crates.io/crates/nes_rust
34-
). Add the following line into Cargo.toml of your Rust project.
35-
36-
```
37-
[dependencies]
38-
nes_rust = "0.1.0"
39-
```
40-
41-
Refer to [Document](https://docs.rs/nes_rust/0.1.0/nes_rust/struct.Nes.html) for the API.
33+
The emulator module and document are released at [crates.io](https://crates.io/crates/nes_rust).
4234

4335
## How to build core library locally
4436

wasm/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nes_rust_wasm",
33
"description": "NES emulator written in Rust and compiled to WebAssembly",
44
"author": "Takahiro <[email protected]>",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"repository:": "https://github.com/takahirox/nes-rust.git",
77
"homepage": "https://github.com/takahirox/nes-rust/tree/master/wasm/npm",
88
"bugs": "https://github.com/takahirox/nes-rust/issues",

0 commit comments

Comments
 (0)