added raylib and working boilerplate

This commit is contained in:
maxwes08
2026-09-02 12:44:42 +02:00
parent b88c9b3581
commit 5680beef02
33 changed files with 301 additions and 67 deletions

View File

@@ -1,11 +1,72 @@
{
"version": 3,
"targets": {
"net10.0": {}
"net10.0": {
"Raylib-cs/8.0.0": {
"type": "package",
"compile": {
"lib/net10.0/Raylib-cs.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net10.0/Raylib-cs.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/linux-x64/native/libraylib.so": {
"assetType": "native",
"rid": "linux-x64"
},
"runtimes/osx-arm64/native/libraylib.dylib": {
"assetType": "native",
"rid": "osx-arm64"
},
"runtimes/osx-x64/native/libraylib.dylib": {
"assetType": "native",
"rid": "osx-x64"
},
"runtimes/win-x64/native/raylib.dll": {
"assetType": "native",
"rid": "win-x64"
},
"runtimes/win-x86/native/raylib.dll": {
"assetType": "native",
"rid": "win-x86"
}
}
}
}
},
"libraries": {
"Raylib-cs/8.0.0": {
"sha512": "m+fStTZjOGtkx05RNflERtKbmEUrIZ5/PFV5QXnlA02kAEwxxOC+XhNeCSZJhaGHu9d8m0eTMmefRhHueS3hkg==",
"type": "package",
"path": "raylib-cs/8.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"README.md",
"lib/net10.0/Raylib-cs.dll",
"lib/net10.0/Raylib-cs.xml",
"lib/net8.0/Raylib-cs.dll",
"lib/net8.0/Raylib-cs.xml",
"raylib-cs.8.0.0.nupkg.sha512",
"raylib-cs.nuspec",
"raylib-cs_64x64.png",
"runtimes/linux-x64/native/libraylib.so",
"runtimes/osx-arm64/native/libraylib.dylib",
"runtimes/osx-x64/native/libraylib.dylib",
"runtimes/win-x64/native/raylib.dll",
"runtimes/win-x86/native/raylib.dll"
]
}
},
"libraries": {},
"projectFileDependencyGroups": {
"net10.0": []
"net10.0": [
"Raylib-cs >= 8.0.0"
]
},
"packageFolders": {
"C:\\Users\\maxwes08\\.nuget\\packages\\": {}
@@ -51,6 +112,12 @@
"frameworks": {
"net10.0": {
"targetAlias": "net10.0",
"dependencies": {
"Raylib-cs": {
"target": "Package",
"version": "[8.0.0, )"
}
},
"imports": [
"net461",
"net462",