replace OpenTK.WinForms with OpenTK.GLControl
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user