File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments