Luca Barbato
Luca Barbato
We can try to make it a show & tell event.
Here how it could look like ``` c #ifndef DGC_H #define DGC_H /* Generated with cbindgen:0.20.0 */ #define DGC_MAJOR 0 #define DGC_MINOR 0 #define DGC_PATCH 7 #include #include #include #include...
That's the plan, a new import script should be prepared to deal with the `PNG -> json` conversion.
A `get_best_cert()` and `get_last_cert()` might be of use?
A plain C API does not carry the whole C++ runtime with it. Please leave the option to have plain C api with no additional dependencies.
the libpkgconf is the same as the one used by pkgconf, so it is fairly strange they pick different env vars for the search paths and being a quite stock...
> yes, that was the idea. we are already doing vulkanvt exchange with metal surfaces. if it helps I can isolate the necessary steps that are proven to work for...
Do you have plans to fix the root problems in cargo/rustc? I'm not sure there is a good way to address it in cargo-c itself.
If `system-deps` is used for the -sys crates we could have more control through standardized env vars.
Once #10 lands we could provide default templates for: - Crates that have system-dep in their deptree, we set the env-vars, add a dependency on pkg-config, potentially we came up...