I need to change event-loop in vibed. Docs says that "vibe.d has always used libevent under the hood by default" and "libasync is a cross-platform event loop library written completely in D".
How I can change libevent to libasync?
I found example of dub.json config, but how I can set it in dub.sdl?
upd: it's seems that versions "libasync" is working.