game::info

Function make_table

Source
fn make_table<I: Into<String>>(
    ctx: &EventCtx<'_>,
    rows: Vec<(I, String)>,
) -> Vec<Widget>