rayrust-sys 0.1.0

FFI bindings to the Ray C++ SDK via a C ABI wrapper
1
2
3
4
5
6
// This file forces libray_api.so to be a NEEDED dependency of the cdylib.
// The actual linking is handled by --no-as-needed in build.rs.
// This file exists so that rayrust-sys's static lib has a reference to
// libray_api.so symbols, but the real forcing is done by the linker flag.
//
// We intentionally leave this minimal to avoid issues during dlopen.