examples/gkurve: initial commit for resizable_label
This commit is contained in:
parent
ade26b24b1
commit
98138dd2fa
10 changed files with 4899 additions and 20 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue