Merge pull request #27 from higumachan/patch-1

Add a setting to GetStarted to build crate into a dynamic library.
This commit is contained in:
Yoshifumi Kawai 2023-04-27 16:43:00 +09:00 committed by GitHub
commit 1a306d6d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@ Getting Started
Install on `Cargo.toml` as `build-dependencies` and set up `bindgen::Builder` on `build.rs`.
```toml
[lib]
crate-type = ["cdylib"]
[build-dependencies]
csbindgen = "1.7.0"
```