dylink_macro-0.1.0 has been yanked.
Dylink Macro
Description
This is an attribute macro that expands to dynamically linked code. All functions declared are expanded into thunks. Vulkan and Opengl have specializations at the time of expansion. This crate does not work on its own, because it needs a reverse dependency for its definitions.
Crate Dependencies
The following is the minimum dependency required for macro expansion:
once_cell = "1.4.0"
Function Dependencies
The following are the minimum functions that need a definition:
; // Vulkan specialization
; // Opengl specialization
; // Generalization