utodo = [
    2,
    0,
    1,
]

[pending]
items = [
    "Fix the PixelGrid widget. (Zoom and stuff.)",
    "Add options for how Layers widget will block events for some layers.",
    "Better box container. (Better widget distribution.)",
    "Better widgets.",
]

[progress]
items = []

[finished]
items = [
    "Make it so that .draw() on widgets doesn't have to receive event states.",
    "Remove screen tearing.",
    "Paste event.",
    "Focus event.",
    "Mouse support.",
    "Transparency.",
    "Implement a better damage calculation algorithm? (Maybe?)",
    "Implement a damage system. (Only refresh what needs to be refreshed.)",
    "Add native color support. (Without external crates?)",
    "Use Transform instead of a Position + Size combo.",
    "Use i16 as the type for positions.",
]
