utodo = [
    2,
    0,
    0,
]

[pending]
items = [
    "Add native color support. (Without external crates?)",
    "Implement a faster solution for consuming a canvas.",
    "Implement a damage system. (Only refresh what needs to be refreshed.)",
]

[progress]
items = []

[finished]
items = [
    "Use Transform instead of a Position + Size combo.",
    "Use i16 as the type for positions.",
]
