Change To OpenGL

This commit is contained in:
Mueller Wayan
2025-08-15 10:44:29 +02:00
parent 1862530728
commit a36789dd7e
101 changed files with 2981 additions and 1027 deletions
+788 -5
View File
@@ -722,6 +722,28 @@
}
}
},
"Microsoft.CSharp/4.7.0": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
},
"Microsoft.DotNet.PlatformAbstractions/3.1.6": {
"type": "package",
"compile": {
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll": {
"related": ".xml"
}
}
},
"Microsoft.Extensions.Configuration/9.0.4": {
"type": "package",
"dependencies": {
@@ -807,6 +829,26 @@
"buildTransitive/net8.0/_._": {}
}
},
"Microsoft.Extensions.DependencyModel/8.0.0": {
"type": "package",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0",
"System.Text.Json": "8.0.0"
},
"compile": {
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Extensions.FileProviders.Abstractions/9.0.0": {
"type": "package",
"dependencies": {
@@ -985,6 +1027,164 @@
}
}
},
"Silk.NET.Core/2.22.0": {
"type": "package",
"dependencies": {
"Microsoft.CSharp": "4.7.0",
"Microsoft.DotNet.PlatformAbstractions": "3.1.6",
"Microsoft.Extensions.DependencyModel": "8.0.0",
"System.Memory": "4.5.5",
"System.Numerics.Vectors": "4.5.0",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"compile": {
"lib/net6.0/Silk.NET.Core.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/Silk.NET.Core.dll": {
"related": ".xml"
}
}
},
"Silk.NET.GLFW/2.22.0": {
"type": "package",
"dependencies": {
"Silk.NET.Core": "2.22.0",
"Ultz.Native.GLFW": "3.4.0"
},
"compile": {
"lib/net5.0/Silk.NET.GLFW.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net5.0/Silk.NET.GLFW.dll": {
"related": ".xml"
}
}
},
"Silk.NET.Input/2.22.0": {
"type": "package",
"dependencies": {
"Silk.NET.Input.Common": "2.22.0",
"Silk.NET.Input.Glfw": "2.22.0"
}
},
"Silk.NET.Input.Common/2.22.0": {
"type": "package",
"dependencies": {
"Silk.NET.Windowing.Common": "2.22.0"
},
"compile": {
"lib/net5.0/Silk.NET.Input.Common.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net5.0/Silk.NET.Input.Common.dll": {
"related": ".xml"
}
}
},
"Silk.NET.Input.Glfw/2.22.0": {
"type": "package",
"dependencies": {
"Silk.NET.Input.Common": "2.22.0",
"Silk.NET.Windowing.Glfw": "2.22.0"
},
"compile": {
"lib/net5.0/Silk.NET.Input.Glfw.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net5.0/Silk.NET.Input.Glfw.dll": {
"related": ".xml"
}
}
},
"Silk.NET.Maths/2.22.0": {
"type": "package",
"compile": {
"lib/net5.0/Silk.NET.Maths.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net5.0/Silk.NET.Maths.dll": {
"related": ".xml"
}
}
},
"Silk.NET.OpenGL/2.22.0": {
"type": "package",
"dependencies": {
"Silk.NET.Core": "2.22.0",
"Silk.NET.Maths": "2.22.0"
},
"compile": {
"lib/net5.0/Silk.NET.OpenGL.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net5.0/Silk.NET.OpenGL.dll": {
"related": ".xml"
}
}
},
"Silk.NET.Windowing/2.22.0": {
"type": "package",
"dependencies": {
"Silk.NET.Windowing.Common": "2.22.0",
"Silk.NET.Windowing.Glfw": "2.22.0"
}
},
"Silk.NET.Windowing.Common/2.22.0": {
"type": "package",
"dependencies": {
"Silk.NET.Core": "2.22.0",
"Silk.NET.Maths": "2.22.0"
},
"compile": {
"lib/netstandard2.1/Silk.NET.Windowing.Common.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.1/Silk.NET.Windowing.Common.dll": {
"related": ".xml"
}
}
},
"Silk.NET.Windowing.Glfw/2.22.0": {
"type": "package",
"dependencies": {
"Silk.NET.GLFW": "2.22.0",
"Silk.NET.Windowing.Common": "2.22.0"
},
"compile": {
"lib/net5.0/Silk.NET.Windowing.Glfw.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net5.0/Silk.NET.Windowing.Glfw.dll": {
"related": ".xml"
}
}
},
"StbImageSharp/2.30.15": {
"type": "package",
"compile": {
"lib/netstandard2.0/StbImageSharp.dll": {}
},
"runtime": {
"lib/netstandard2.0/StbImageSharp.dll": {}
}
},
"System.IO.Pipelines/9.0.0": {
"type": "package",
"compile": {
@@ -1001,6 +1201,40 @@
"buildTransitive/net8.0/_._": {}
}
},
"System.Memory/4.5.5": {
"type": "package",
"compile": {
"ref/netcoreapp2.1/_._": {}
},
"runtime": {
"lib/netcoreapp2.1/_._": {}
}
},
"System.Numerics.Vectors/4.5.0": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"compile": {
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
"related": ".xml"
}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"System.Text.Encodings.Web/9.0.0": {
"type": "package",
"compile": {
@@ -1043,10 +1277,54 @@
"buildTransitive/net8.0/System.Text.Json.targets": {}
}
},
"Ultz.Native.GLFW/3.4.0": {
"type": "package",
"compile": {
"lib/netstandard2.0/_._": {}
},
"runtime": {
"lib/netstandard2.0/_._": {}
},
"runtimeTargets": {
"runtimes/linux-arm/native/libglfw.so.3": {
"assetType": "native",
"rid": "linux-arm"
},
"runtimes/linux-arm64/native/libglfw.so.3": {
"assetType": "native",
"rid": "linux-arm64"
},
"runtimes/linux-x64/native/libglfw.so.3": {
"assetType": "native",
"rid": "linux-x64"
},
"runtimes/osx-arm64/native/libglfw.3.dylib": {
"assetType": "native",
"rid": "osx-arm64"
},
"runtimes/osx-x64/native/libglfw.3.dylib": {
"assetType": "native",
"rid": "osx-x64"
},
"runtimes/win-arm64/native/glfw3.dll": {
"assetType": "native",
"rid": "win-arm64"
},
"runtimes/win-x64/native/glfw3.dll": {
"assetType": "native",
"rid": "win-x64"
},
"runtimes/win-x86/native/glfw3.dll": {
"assetType": "native",
"rid": "win-x86"
}
}
},
"Firebird2D.DataypesAndInterfaces/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v8.0",
"dependencies": {
"Firebird2D.Rendering": "1.0.0",
"SFML.Net": "2.6.1"
},
"compile": {
@@ -1094,6 +1372,35 @@
"bin/placeholder/Firebird2D.Logger.dll": {}
}
},
"Firebird2D.ModulLoading/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v8.0",
"dependencies": {
"Firebird2D.DataypesAndInterfaces": "1.0.0",
"Firebird2D.Logger": "1.0.0",
"Firebird2D.Requirement": "1.0.0"
},
"compile": {
"bin/placeholder/Firebird2D.ModulLoading.dll": {}
},
"runtime": {
"bin/placeholder/Firebird2D.ModulLoading.dll": {}
}
},
"Firebird2D.Rendering/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v8.0",
"dependencies": {
"Silk.NET.OpenGL": "2.22.0",
"StbImageSharp": "2.30.15"
},
"compile": {
"bin/placeholder/Firebird2D.Rendering.dll": {}
},
"runtime": {
"bin/placeholder/Firebird2D.Rendering.dll": {}
}
},
"Firebird2D.Requirement/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v8.0",
@@ -1316,6 +1623,95 @@
"sfml-icon.png"
]
},
"Microsoft.CSharp/4.7.0": {
"sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
"type": "package",
"path": "microsoft.csharp/4.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/netcore50/Microsoft.CSharp.dll",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.3/Microsoft.CSharp.dll",
"lib/netstandard2.0/Microsoft.CSharp.dll",
"lib/netstandard2.0/Microsoft.CSharp.xml",
"lib/portable-net45+win8+wp8+wpa81/_._",
"lib/uap10.0.16299/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"microsoft.csharp.4.7.0.nupkg.sha512",
"microsoft.csharp.nuspec",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
"ref/netcore50/Microsoft.CSharp.xml",
"ref/netcore50/de/Microsoft.CSharp.xml",
"ref/netcore50/es/Microsoft.CSharp.xml",
"ref/netcore50/fr/Microsoft.CSharp.xml",
"ref/netcore50/it/Microsoft.CSharp.xml",
"ref/netcore50/ja/Microsoft.CSharp.xml",
"ref/netcore50/ko/Microsoft.CSharp.xml",
"ref/netcore50/ru/Microsoft.CSharp.xml",
"ref/netcore50/zh-hans/Microsoft.CSharp.xml",
"ref/netcore50/zh-hant/Microsoft.CSharp.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/Microsoft.CSharp.dll",
"ref/netstandard1.0/Microsoft.CSharp.xml",
"ref/netstandard1.0/de/Microsoft.CSharp.xml",
"ref/netstandard1.0/es/Microsoft.CSharp.xml",
"ref/netstandard1.0/fr/Microsoft.CSharp.xml",
"ref/netstandard1.0/it/Microsoft.CSharp.xml",
"ref/netstandard1.0/ja/Microsoft.CSharp.xml",
"ref/netstandard1.0/ko/Microsoft.CSharp.xml",
"ref/netstandard1.0/ru/Microsoft.CSharp.xml",
"ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
"ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
"ref/netstandard2.0/Microsoft.CSharp.dll",
"ref/netstandard2.0/Microsoft.CSharp.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/uap10.0.16299/_._",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Microsoft.DotNet.PlatformAbstractions/3.1.6": {
"sha512": "jek4XYaQ/PGUwDKKhwR8K47Uh1189PFzMeLqO83mXrXQVIpARZCcfuDedH50YDTepBkfijCZN5U/vZi++erxtg==",
"type": "package",
"path": "microsoft.dotnet.platformabstractions/3.1.6",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net45/Microsoft.DotNet.PlatformAbstractions.dll",
"lib/net45/Microsoft.DotNet.PlatformAbstractions.xml",
"lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll",
"lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.xml",
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.dll",
"lib/netstandard2.0/Microsoft.DotNet.PlatformAbstractions.xml",
"microsoft.dotnet.platformabstractions.3.1.6.nupkg.sha512",
"microsoft.dotnet.platformabstractions.nuspec"
]
},
"Microsoft.Extensions.Configuration/9.0.4": {
"sha512": "KIVBrMbItnCJDd1RF4KEaE8jZwDJcDUJW5zXpbwQ05HNYTK1GveHxHK0B3SjgDJuR48GRACXAO+BLhL8h34S7g==",
"type": "package",
@@ -1430,6 +1826,36 @@
"useSharedDesignerContext.txt"
]
},
"Microsoft.Extensions.DependencyModel/8.0.0": {
"sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==",
"type": "package",
"path": "microsoft.extensions.dependencymodel/8.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"PACKAGE.md",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets",
"buildTransitive/net462/_._",
"buildTransitive/net6.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets",
"lib/net462/Microsoft.Extensions.DependencyModel.dll",
"lib/net462/Microsoft.Extensions.DependencyModel.xml",
"lib/net6.0/Microsoft.Extensions.DependencyModel.dll",
"lib/net6.0/Microsoft.Extensions.DependencyModel.xml",
"lib/net7.0/Microsoft.Extensions.DependencyModel.dll",
"lib/net7.0/Microsoft.Extensions.DependencyModel.xml",
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll",
"lib/net8.0/Microsoft.Extensions.DependencyModel.xml",
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll",
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml",
"microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512",
"microsoft.extensions.dependencymodel.nuspec",
"useSharedDesignerContext.txt"
]
},
"Microsoft.Extensions.FileProviders.Abstractions/9.0.0": {
"sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==",
"type": "package",
@@ -1669,6 +2095,215 @@
"sfml.window.nuspec"
]
},
"Silk.NET.Core/2.22.0": {
"sha512": "XbDilPmvsQIrvxZkeVCNNX3LyRtA3hN6UykAiyZjlu/JkYh68U3WQummpP+j7jsxlX8s/pOrrU3vbN8LnMl0VA==",
"type": "package",
"path": "silk.net.core/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net5.0/Silk.NET.Core.dll",
"lib/net5.0/Silk.NET.Core.xml",
"lib/net6.0/Silk.NET.Core.dll",
"lib/net6.0/Silk.NET.Core.xml",
"lib/netcoreapp3.1/Silk.NET.Core.dll",
"lib/netcoreapp3.1/Silk.NET.Core.xml",
"lib/netstandard2.0/Silk.NET.Core.dll",
"lib/netstandard2.0/Silk.NET.Core.xml",
"lib/netstandard2.1/Silk.NET.Core.dll",
"lib/netstandard2.1/Silk.NET.Core.xml",
"silk.net.core.2.22.0.nupkg.sha512",
"silk.net.core.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.GLFW/2.22.0": {
"sha512": "I1u6CmwwtD+5OIHditbMBVHRQUHZWhfW3Z38mvydxwkZpAvjs5BCxyen6ecOVpbYD6I0EOjZ42M3IsaZbwiYUg==",
"type": "package",
"path": "silk.net.glfw/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net5.0/Silk.NET.GLFW.dll",
"lib/net5.0/Silk.NET.GLFW.xml",
"lib/netcoreapp3.1/Silk.NET.GLFW.dll",
"lib/netcoreapp3.1/Silk.NET.GLFW.xml",
"lib/netstandard2.0/Silk.NET.GLFW.dll",
"lib/netstandard2.0/Silk.NET.GLFW.xml",
"lib/netstandard2.1/Silk.NET.GLFW.dll",
"lib/netstandard2.1/Silk.NET.GLFW.xml",
"silk.net.glfw.2.22.0.nupkg.sha512",
"silk.net.glfw.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.Input/2.22.0": {
"sha512": "1gqbKHrKpBv2Vk983kVpMqXL4Uj36NaUIQ2YbQosFVa3pXJE8UMGiWqKtaeoMqnzItusZ1WYgDHKge37EvNm/w==",
"type": "package",
"path": "silk.net.input/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"silk.net.input.2.22.0.nupkg.sha512",
"silk.net.input.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.Input.Common/2.22.0": {
"sha512": "DZy30akJABBmTnn8OICik0TFEuXrkd7YCQvoq+oh50eJzXt8JgEYYa+sJYBib/Phs5WULZg/QR7fM8Gi1G3tXg==",
"type": "package",
"path": "silk.net.input.common/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net5.0/Silk.NET.Input.Common.dll",
"lib/net5.0/Silk.NET.Input.Common.xml",
"lib/netcoreapp3.1/Silk.NET.Input.Common.dll",
"lib/netcoreapp3.1/Silk.NET.Input.Common.xml",
"lib/netstandard2.0/Silk.NET.Input.Common.dll",
"lib/netstandard2.0/Silk.NET.Input.Common.xml",
"lib/netstandard2.1/Silk.NET.Input.Common.dll",
"lib/netstandard2.1/Silk.NET.Input.Common.xml",
"silk.net.input.common.2.22.0.nupkg.sha512",
"silk.net.input.common.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.Input.Glfw/2.22.0": {
"sha512": "LZPZT1e/RxnjKfkqlp2Wp8KJFP1Av/ErTCZ00EzZpFR1lhUSBgSmgJwXg6XlWoEJHyeJcsXV688zjoEe6YW0BA==",
"type": "package",
"path": "silk.net.input.glfw/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net5.0/Silk.NET.Input.Glfw.dll",
"lib/net5.0/Silk.NET.Input.Glfw.xml",
"lib/netcoreapp3.1/Silk.NET.Input.Glfw.dll",
"lib/netcoreapp3.1/Silk.NET.Input.Glfw.xml",
"lib/netstandard2.0/Silk.NET.Input.Glfw.dll",
"lib/netstandard2.0/Silk.NET.Input.Glfw.xml",
"lib/netstandard2.1/Silk.NET.Input.Glfw.dll",
"lib/netstandard2.1/Silk.NET.Input.Glfw.xml",
"silk.net.input.glfw.2.22.0.nupkg.sha512",
"silk.net.input.glfw.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.Maths/2.22.0": {
"sha512": "W9b5UlUGCu5Ywb5f8ZyIWJ475ucY+mT/nEiSTo3JH098VxHaZS/02bYr9f29VWBaJhh3DwMkfxQvgTyXzTrHyw==",
"type": "package",
"path": "silk.net.maths/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net5.0/Silk.NET.Maths.dll",
"lib/net5.0/Silk.NET.Maths.xml",
"lib/net6.0-android31.0/Silk.NET.Maths.dll",
"lib/net6.0-android31.0/Silk.NET.Maths.xml",
"lib/net6.0-ios16.1/Silk.NET.Maths.dll",
"lib/net6.0-ios16.1/Silk.NET.Maths.xml",
"lib/netcoreapp3.1/Silk.NET.Maths.dll",
"lib/netcoreapp3.1/Silk.NET.Maths.xml",
"lib/netstandard2.0/Silk.NET.Maths.dll",
"lib/netstandard2.0/Silk.NET.Maths.xml",
"lib/netstandard2.1/Silk.NET.Maths.dll",
"lib/netstandard2.1/Silk.NET.Maths.xml",
"silk.net.maths.2.22.0.nupkg.sha512",
"silk.net.maths.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.OpenGL/2.22.0": {
"sha512": "AmbtflPvaGWw7fHEHrcFTd54OTAj0bemzx4WV2ELJdW2NBPSvtyz31nhyuBVTml20+NtW4Z3yhDGUpM6uouVDQ==",
"type": "package",
"path": "silk.net.opengl/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net5.0/Silk.NET.OpenGL.dll",
"lib/net5.0/Silk.NET.OpenGL.xml",
"lib/netcoreapp3.1/Silk.NET.OpenGL.dll",
"lib/netcoreapp3.1/Silk.NET.OpenGL.xml",
"lib/netstandard2.0/Silk.NET.OpenGL.dll",
"lib/netstandard2.0/Silk.NET.OpenGL.xml",
"lib/netstandard2.1/Silk.NET.OpenGL.dll",
"lib/netstandard2.1/Silk.NET.OpenGL.xml",
"silk.net.opengl.2.22.0.nupkg.sha512",
"silk.net.opengl.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.Windowing/2.22.0": {
"sha512": "yKGe/8REdm+T43LdtfUpFUx9eQARwx6wTmEoJ2bANVGQPCvWYC2Qi1+haT6n63dyNIX+iJWKg4++F4TFjg0/Fw==",
"type": "package",
"path": "silk.net.windowing/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"silk.net.windowing.2.22.0.nupkg.sha512",
"silk.net.windowing.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.Windowing.Common/2.22.0": {
"sha512": "ynasHSQ4jGrmpn/07UagE3qVNRLzWvg+fbM8uHI0d5LF95y++Kuno42QLkP/UEruC1YovI+NRhMfGJy0gDQaZg==",
"type": "package",
"path": "silk.net.windowing.common/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/netstandard2.0/Silk.NET.Windowing.Common.dll",
"lib/netstandard2.0/Silk.NET.Windowing.Common.xml",
"lib/netstandard2.1/Silk.NET.Windowing.Common.dll",
"lib/netstandard2.1/Silk.NET.Windowing.Common.xml",
"silk.net.windowing.common.2.22.0.nupkg.sha512",
"silk.net.windowing.common.nuspec",
"silkdotnet_v3.png"
]
},
"Silk.NET.Windowing.Glfw/2.22.0": {
"sha512": "hBNxNSLvx/jdfvbU6oCsXcgLfqf9hMlEc6Mq/rllJ0eUTLloacuOZHTM8V702QGf7hOR+Mo4bTFqTqBnC0CM7g==",
"type": "package",
"path": "silk.net.windowing.glfw/2.22.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net5.0/Silk.NET.Windowing.Glfw.dll",
"lib/net5.0/Silk.NET.Windowing.Glfw.xml",
"lib/netcoreapp3.1/Silk.NET.Windowing.Glfw.dll",
"lib/netcoreapp3.1/Silk.NET.Windowing.Glfw.xml",
"lib/netstandard2.0/Silk.NET.Windowing.Glfw.dll",
"lib/netstandard2.0/Silk.NET.Windowing.Glfw.xml",
"lib/netstandard2.1/Silk.NET.Windowing.Glfw.dll",
"lib/netstandard2.1/Silk.NET.Windowing.Glfw.xml",
"silk.net.windowing.glfw.2.22.0.nupkg.sha512",
"silk.net.windowing.glfw.nuspec",
"silkdotnet_v3.png"
]
},
"StbImageSharp/2.30.15": {
"sha512": "7QqbupVhz2kcFUPTgMw4iHR9rYDHGundzzee19Mwmd1typ2Lnv8EVJcLJxlkeBM2+4ex0NwsMtdbGSJctp1XCQ==",
"type": "package",
"path": "stbimagesharp/2.30.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net471/StbImageSharp.dll",
"lib/netstandard2.0/StbImageSharp.dll",
"stbimagesharp.2.30.15.nupkg.sha512",
"stbimagesharp.nuspec"
]
},
"System.IO.Pipelines/9.0.0": {
"sha512": "eA3cinogwaNB4jdjQHOP3Z3EuyiDII7MT35jgtnsA4vkn0LUrrSHsU0nzHTzFzmaFYeKV7MYyMxOocFzsBHpTw==",
"type": "package",
@@ -1697,6 +2332,101 @@
"useSharedDesignerContext.txt"
]
},
"System.Memory/4.5.5": {
"sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
"type": "package",
"path": "system.memory/4.5.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Memory.dll",
"lib/net461/System.Memory.xml",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.1/System.Memory.dll",
"lib/netstandard1.1/System.Memory.xml",
"lib/netstandard2.0/System.Memory.dll",
"lib/netstandard2.0/System.Memory.xml",
"ref/netcoreapp2.1/_._",
"system.memory.4.5.5.nupkg.sha512",
"system.memory.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Numerics.Vectors/4.5.0": {
"sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"type": "package",
"path": "system.numerics.vectors/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Numerics.Vectors.dll",
"lib/net46/System.Numerics.Vectors.xml",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.0/System.Numerics.Vectors.dll",
"lib/netstandard1.0/System.Numerics.Vectors.xml",
"lib/netstandard2.0/System.Numerics.Vectors.dll",
"lib/netstandard2.0/System.Numerics.Vectors.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
"lib/uap10.0.16299/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/System.Numerics.Vectors.dll",
"ref/net45/System.Numerics.Vectors.xml",
"ref/net46/System.Numerics.Vectors.dll",
"ref/net46/System.Numerics.Vectors.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.0/System.Numerics.Vectors.dll",
"ref/netstandard1.0/System.Numerics.Vectors.xml",
"ref/netstandard2.0/System.Numerics.Vectors.dll",
"ref/netstandard2.0/System.Numerics.Vectors.xml",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"system.numerics.vectors.4.5.0.nupkg.sha512",
"system.numerics.vectors.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
"type": "package",
"path": "system.runtime.compilerservices.unsafe/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
"lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
"system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"system.runtime.compilerservices.unsafe.nuspec",
"useSharedDesignerContext.txt"
]
},
"System.Text.Encodings.Web/9.0.0": {
"sha512": "e2hMgAErLbKyUUwt18qSBf9T5Y+SFAL3ZedM8fLupkVj8Rj2PZ9oxQ37XX2LF8fTO1wNIxvKpihD7Of7D/NxZw==",
"type": "package",
@@ -1800,6 +2530,30 @@
"useSharedDesignerContext.txt"
]
},
"Ultz.Native.GLFW/3.4.0": {
"sha512": "Iy22JopynbOJ32vA0lBhFEzGi65GQJBuJHYBYRBpydrDpNoTiHnjIXfA65Gu+8qsOr/ZEoIF8r9aHCgAXuO6DA==",
"type": "package",
"path": "ultz.native.glfw/3.4.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"build/net461/Ultz.Native.GLFW.targets",
"lib/net461/_._",
"lib/netstandard2.0/_._",
"runtimes/linux-arm/native/libglfw.so.3",
"runtimes/linux-arm64/native/libglfw.so.3",
"runtimes/linux-x64/native/libglfw.so.3",
"runtimes/osx-arm64/native/libglfw.3.dylib",
"runtimes/osx-x64/native/libglfw.3.dylib",
"runtimes/win-arm64/native/glfw3.dll",
"runtimes/win-x64/native/glfw3.dll",
"runtimes/win-x86/native/glfw3.dll",
"silkdotnet_v3.png",
"ultz.native.glfw.3.4.0.nupkg.sha512",
"ultz.native.glfw.nuspec"
]
},
"Firebird2D.DataypesAndInterfaces/1.0.0": {
"type": "project",
"path": "../FireBird2D.Interfaces/Firebird2D.DataypesAndInterfaces.csproj",
@@ -1820,6 +2574,16 @@
"path": "../Firebird2D.Logger/Firebird2D.Logger.csproj",
"msbuildProject": "../Firebird2D.Logger/Firebird2D.Logger.csproj"
},
"Firebird2D.ModulLoading/1.0.0": {
"type": "project",
"path": "../Firebird2D.ModulLoader/Firebird2D.ModulLoading.csproj",
"msbuildProject": "../Firebird2D.ModulLoader/Firebird2D.ModulLoading.csproj"
},
"Firebird2D.Rendering/1.0.0": {
"type": "project",
"path": "../Firebird2D.Rendering/Firebird2D.Rendering.csproj",
"msbuildProject": "../Firebird2D.Rendering/Firebird2D.Rendering.csproj"
},
"Firebird2D.Requirement/1.0.0": {
"type": "project",
"path": "../Firebird2D.Requirement/Firebird2D.Requirement.csproj",
@@ -1836,12 +2600,16 @@
"Firebird2D.EventPipelines >= 1.0.0",
"Firebird2D.KeyMapping >= 1.0.0",
"Firebird2D.Logger >= 1.0.0",
"Firebird2D.ModulLoading >= 1.0.0",
"Firebird2D.Rendering >= 1.0.0",
"Firebird2D.Requirement >= 1.0.0",
"Firebird2D.SFMLExtensions >= 1.0.0",
"Microsoft.Extensions.Configuration >= 9.0.4",
"Microsoft.Extensions.Configuration.Json >= 9.0.0",
"Newtonsoft.Json.Schema >= 4.0.1",
"SFML.Net >= 2.6.1"
"Silk.NET.Input >= 2.22.0",
"Silk.NET.OpenGL >= 2.22.0",
"Silk.NET.Windowing >= 2.22.0"
]
},
"packageFolders": {
@@ -1888,6 +2656,12 @@
"G:\\Coding\\Firebird2D\\Firebird2D.Logger\\Firebird2D.Logger.csproj": {
"projectPath": "G:\\Coding\\Firebird2D\\Firebird2D.Logger\\Firebird2D.Logger.csproj"
},
"G:\\Coding\\Firebird2D\\Firebird2D.ModulLoader\\Firebird2D.ModulLoading.csproj": {
"projectPath": "G:\\Coding\\Firebird2D\\Firebird2D.ModulLoader\\Firebird2D.ModulLoading.csproj"
},
"G:\\Coding\\Firebird2D\\Firebird2D.Rendering\\Firebird2D.Rendering.csproj": {
"projectPath": "G:\\Coding\\Firebird2D\\Firebird2D.Rendering\\Firebird2D.Rendering.csproj"
},
"G:\\Coding\\Firebird2D\\Firebird2D.Requirement\\Firebird2D.Requirement.csproj": {
"projectPath": "G:\\Coding\\Firebird2D\\Firebird2D.Requirement\\Firebird2D.Requirement.csproj"
},
@@ -1906,7 +2680,8 @@
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"SdkAnalysisLevel": "9.0.300"
},
"frameworks": {
"net8.0": {
@@ -1924,9 +2699,17 @@
"target": "Package",
"version": "[4.0.1, )"
},
"SFML.Net": {
"Silk.NET.Input": {
"target": "Package",
"version": "[2.6.1, )"
"version": "[2.22.0, )"
},
"Silk.NET.OpenGL": {
"target": "Package",
"version": "[2.22.0, )"
},
"Silk.NET.Windowing": {
"target": "Package",
"version": "[2.22.0, )"
}
},
"imports": [
@@ -1945,7 +2728,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
}
}
}