-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the runtime linking API (#45)
This allows the runtime API: * To be queried. * To be reusable across threads. I need the first to use it on bindgen. The second is not needed right now, but it's nice to have. The querying API is really similar to what the `gl` bindings crate uses.
- Loading branch information
Showing
1 changed file
with
84 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters