docs: update readme
This commit is contained in:
parent
5113637c15
commit
7624719721
2 changed files with 7 additions and 7 deletions
10
README.md
10
README.md
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
# Platform Support
|
# Platform Support
|
||||||
|
|
||||||
![](https://github.com/Brooooooklyn/napi-rs/workflows/macOS/badge.svg)
|
![](https://github.com/napi-rs/napi-rs/workflows/macOS/badge.svg)
|
||||||
![](https://github.com/Brooooooklyn/napi-rs/workflows/Linux/badge.svg)
|
![](https://github.com/napi-rs/napi-rs/workflows/Linux/badge.svg)
|
||||||
![](https://github.com/Brooooooklyn/napi-rs/workflows/Windows/badge.svg)
|
![](https://github.com/napi-rs/napi-rs/workflows/Windows/badge.svg)
|
||||||
|
|
||||||
## Operating Systems
|
## Operating Systems
|
||||||
|
|
||||||
|
@ -57,10 +57,10 @@ In your `Cargo.toml` you need to set the `crate-type` to `"cdylib"` so that carg
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
napi-rs = "0.1"
|
napi = "0.4"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
napi-build = "0.1"
|
napi-build = "0.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
And create `build.rs` in your own project:
|
And create `build.rs` in your own project:
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
"test": "ava"
|
"test": "ava"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Brooooooklyn/napi-rs/issues"
|
"url": "https://github.com/napi-rs/napi-rs/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Brooooooklyn/napi-rs#readme",
|
"homepage": "https://github.com/napi-rs/napi-rs#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.5",
|
||||||
"toml": "^3.0.0"
|
"toml": "^3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue