File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nes_rust"
3
- version = " 0.1.0 "
3
+ version = " 0.1.2 "
4
4
description = " NES emulator written in Rust"
5
5
authors = [
" Takahiro <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -30,15 +30,7 @@ nes-rust is a NES emulator written in Rust. It can be compiled to WebAssembly.
30
30
31
31
## How to import into your Rust project
32
32
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 ) .
42
34
43
35
## How to build core library locally
44
36
Original file line number Diff line number Diff line change 2
2
"name" : " nes_rust_wasm" ,
3
3
"description" : " NES emulator written in Rust and compiled to WebAssembly" ,
4
4
"author" :
" Takahiro <[email protected] >" ,
5
- "version" : " 0.1.1 " ,
5
+ "version" : " 0.1.2 " ,
6
6
"repository:" : " https://github.com/takahirox/nes-rust.git" ,
7
7
"homepage" : " https://github.com/takahirox/nes-rust/tree/master/wasm/npm" ,
8
8
"bugs" : " https://github.com/takahirox/nes-rust/issues" ,
You can’t perform that action at this time.
0 commit comments