Skip to content

Commit 69a1741

Browse files
authored
Enhance README formatting and update features list
Reformatted features section for better readability and added TreeView to widgets.
1 parent 8e028c1 commit 69a1741

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ A lightweight C++17 UI library for Windows and Linux, using SDL2 as the renderer
88

99
## Features
1010

11-
- **Widgets**: Panel, Button, Label, Progress Bar (experimental)
12-
- **Platforms**: Windows, Linux
11+
- **Widgets**:
12+
- Panel
13+
- Button
14+
- Label
15+
- Progress Bar
16+
- TreeView (experimental)
17+
- **Platforms**:
18+
- Windows
19+
- Linux
1320

1421
## Build
1522

@@ -65,7 +72,7 @@ int main() {
6572

6673
## Planned
6774

68-
- TreeView, Status Bar, Default dialogs
75+
- Status Bar, Default dialogs
6976

7077
---
7178

0 commit comments

Comments
 (0)