ZLUDA/zluda_api
Andrzej Janik 995bc95174
Build improvements (#206)
* Allow to create .zip package on Windows
* Allow to create .tar.gz package on Linux
* Add configuration for post-build Github CI
2024-04-28 01:22:43 +02:00
..
src Nobody expects the Red Team 2024-02-11 20:45:51 +01:00
Cargo.toml Build improvements (#206) 2024-04-28 01:22:43 +02:00
README Nobody expects the Red Team 2024-02-11 20:45:51 +01:00

bindgen "src\nvapi_wrapper.h" --allowlist-var="[nN][vV].*" --allowlist-type="[nN][vV].*" --blocklist-type="[dD].*" --allowlist-function="$^" --no-derive-debug --default-enum-style=newtype --no-layout-tests --no-doc-comments -o src/nvapi.rs -- -I"C:\dev\nvapi\R530-developer-2" -x c++