examples/gkurve: initial commit for resizable_label

This commit is contained in:
PiergiorgioZagaria 2022-06-04 10:24:02 +02:00 committed by Stephen Gutekanst
parent ade26b24b1
commit 98138dd2fa
10 changed files with 4899 additions and 20 deletions

View file

@ -25,7 +25,7 @@ const Node = struct {
width: u32,
};
const Error = error{
pub const Error = error{
/// Atlas cannot fit the desired region. You must enlarge the atlas.
AtlasFull,
};