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
Currently, something like #27 is a breaking API change of dlib, and a crate using it like wayland-sys, since the generated bindings use libloading::Symbol.
Currently, something like #27 is a breaking API change of dlib, and a crate using it like wayland-sys, since the generated bindings use
libloading::Symbol.Likely that should be wrapped in some way.