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
Just an FYI, but because of the way dub works, you won't have modest compiled and ready to go when you use it as a dependency.
The only reason it works for you is that you're running examples from within the same repo.
Also git submodules are unsupported in dub.
To make this work you will need to use dynamically loading similar to Derelict bindings (use DerelictUtil to handle all the platform specific bits). So that it is deferred to runtime.