[][src]Function game::info::make_table

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