corrected line count
This commit is contained in:
parent
1aebb41ec4
commit
4a82680e23
|
@ -16,7 +16,7 @@ render backends it only focuses on the actual UI.
|
|||
- Immediate mode graphical user interface toolkit
|
||||
- Single header library
|
||||
- Written in C89 (ANSI C)
|
||||
- Small codebase (~17kLOC)
|
||||
- Small codebase (~18kLOC)
|
||||
- Focus on portability, efficiency and simplicity
|
||||
- No dependencies (not even the standard library if not wanted)
|
||||
- Fully skinnable and customizable
|
||||
|
|
|
@ -17,7 +17,7 @@ VALUES:
|
|||
- Graphical user interface toolkit
|
||||
- Single header library
|
||||
- Written in C89 (a.k.a. ANSI C or ISO C90)
|
||||
- Small codebase (~17kLOC)
|
||||
- Small codebase (~18kLOC)
|
||||
- Focus on portability, efficiency and simplicity
|
||||
- No dependencies (not even the standard library if not wanted)
|
||||
- Fully skinnable and customizable
|
||||
|
|
Loading…
Reference in New Issue