{application, fluo, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib]},
    {description, "Simple and elegant vulkan renderer"},
    {modules, [fluo@@main,
               fluo@color,
               fluo@image,
               fluo@mesh,
               fluo@render,
               fluo@texture,
               fluo@window,
               fluo_nif]},
    {registered, []}
]}.
