ImGui.NET
ImGui.NET copied to clipboard
Nuget is not updated to latest version
It seems that the nuget version is not updated to the latest version, so it is missing features like the table api...
You could remove the NuGet package, clone this repository (or better yet, make it a submodule of your project) and reference it in your own project until NuGet is updated.
yeah thats what i did in the end... its just a shame that nuget is not updated properly...
Looks like there are efforts being made to automate this (see https://github.com/mellinoe/ImGui.NET-nativebuild/pull/5), so it should just be a matter of time until NuGet will be kept in sync.