feat: add dota lib
This commit is contained in:
14
__misc/dotalib/README.md
Normal file
14
__misc/dotalib/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
cbindgen:
|
||||
https://github.com/eqrion/cbindgen
|
||||
|
||||
C++
|
||||
```shell
|
||||
cbindgen --config cbindgen.toml --crate dotalib --output dotalib.h
|
||||
```
|
||||
|
||||
C
|
||||
```shell
|
||||
cbindgen --config cbindgen.toml --crate dotalib --lang c --output dotalib.h
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user