Cbindgen update
Showing
- .gitmodules 1 addition, 1 deletion.gitmodules
- Cargo.lock 0 additions, 316 deletionsCargo.lock
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- Makefile 1 addition, 0 deletionsMakefile
- cbindgen 1 addition, 1 deletioncbindgen
- include.sh 1 addition, 1 deletioninclude.sh
- src/header/_aio/cbindgen.toml 1 addition, 0 deletionssrc/header/_aio/cbindgen.toml
- src/header/_fenv/cbindgen.toml 1 addition, 0 deletionssrc/header/_fenv/cbindgen.toml
- src/header/_template/cbindgen.toml 2 additions, 0 deletionssrc/header/_template/cbindgen.toml
- src/header/_wctype/cbindgen.toml 2 additions, 0 deletionssrc/header/_wctype/cbindgen.toml
- src/header/arpa_inet/cbindgen.toml 2 additions, 0 deletionssrc/header/arpa_inet/cbindgen.toml
- src/header/assert/cbindgen.toml 2 additions, 0 deletionssrc/header/assert/cbindgen.toml
- src/header/ctype/cbindgen.toml 2 additions, 0 deletionssrc/header/ctype/cbindgen.toml
- src/header/dirent/cbindgen.toml 2 additions, 0 deletionssrc/header/dirent/cbindgen.toml
- src/header/dl-tls/cbindgen.toml 2 additions, 0 deletionssrc/header/dl-tls/cbindgen.toml
- src/header/dlfcn/cbindgen.toml 2 additions, 0 deletionssrc/header/dlfcn/cbindgen.toml
- src/header/errno/cbindgen.toml 2 additions, 0 deletionssrc/header/errno/cbindgen.toml
- src/header/fcntl/cbindgen.toml 2 additions, 0 deletionssrc/header/fcntl/cbindgen.toml
- src/header/float/cbindgen.toml 2 additions, 0 deletionssrc/header/float/cbindgen.toml
- src/header/fnmatch/cbindgen.toml 2 additions, 0 deletionssrc/header/fnmatch/cbindgen.toml
This diff is collapsed.
... | ... | @@ -8,8 +8,8 @@ name = "relibc" |
crate-type = ["staticlib"] | ||
[workspace] | ||
members = ["src/crt0", "src/crti", "src/crtn", "src/ld_so", "cbindgen"] | ||
exclude = ["core_io", "ralloc"] | ||
members = ["src/crt0", "src/crti", "src/crtn", "src/ld_so"] | ||
exclude = ["cbindgen", "core_io", "ralloc"] | ||
[build-dependencies] | ||
cc = "1.0.25" | ||
... | ... |
Please register or sign in to comment