You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainly fixes, but also some shrinkage of the public api. v0.4.0
- Upgrade to `autotools` 0.2, updating the usages to be compatible with the
new public api.
- (Hopefully) Fixes issue where the autotools build can intermittently fail
([#1]).
No more direct building - let the caller do it.
Ditches build.rs in favor of providing an API for the sys crate to do it
instead.
This is aimed towards spliting the building and the linking such that
the -sys crate is always the one doing the linking, regardless of
whether or not the -src crate is being used.