Skip to content

Commit b29f97f

Browse files
committed
2 parents 13088e0 + 2240c48 commit b29f97f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Welcome to Hexa.NET.ImGui! This custom wrapper is designed to be a high-performa
1515
- **Open Source**: The source code for the native libraries is public and can be reviewed by anyone.
1616
- **Access to Internals**: Allows users to access Dear ImGui internals for advanced customization and functionality.
1717
- **Drop in replacement for ImGuiNET** Adapt to the library with minimal effort by simply changing the namespace.
18-
- **High performance** Using a static VTable, all API calls are faster and startup time is reduced.
18+
- **High performance** Using a static function table, all API calls are faster and startup time is reduced.
1919
- **Optimized String Handling**: Overloads that bypass UTF-8 encoding and avoid allocations.
2020
- **Wide range .NET support**: Supported versions net8.0, net7.0, netstandard2.1, netstandard2.0
2121

@@ -26,6 +26,7 @@ We extend our heartfelt gratitude to all our sponsors for their generous support
2626
- @qian-o
2727
- @NotNite
2828
- Mr Villa
29+
- @TheSameCat2
2930

3031
Your contributions help keep this project thriving—thank you!
3132

0 commit comments

Comments
 (0)