replace OpenTK.WinForms with OpenTK.GLControl

This commit is contained in:
Pilzinsel64
2025-10-15 11:03:38 +02:00
parent c4c62e958f
commit 823990afdc
2 changed files with 3 additions and 3 deletions

View File

@@ -26,11 +26,11 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup>
<Version>2.0.3</Version>
<Version>2.0.4</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTK.Input" Version="4.9.4" />
<PackageReference Include="OpenTK.WinForms" Version="4.0.0-pre.6" />
<PackageReference Include="OpenTK.GLControl" Version="4.0.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenTK" Version="4.9.4" />

View File

@@ -17,7 +17,7 @@ Imports System.Windows.Forms
Imports OpenTK.Graphics.OpenGL
Imports OpenTK.Mathematics
Imports OpenTK.WinForms
Imports OpenTK.GLControl
Imports Pilz.Drawing.Drawing3D.OpenGLFactory.CameraN
Imports Pilz.Drawing.Drawing3D.OpenGLFactory.RenderingN