DVUI

main

The root file needs to expose the App main function:

pub const main = dvui.App.main;

Source

Implementation

#
pub const main = if (@hasDecl(dvui.backend, "main")) dvui.backend.main else nop_main