Skip to content

Commit 2240c48

Browse files
authored
Update README.md
1 parent fa2fdd5 commit 2240c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)