added raylib and working boilerplate
This commit is contained in:
68
PhysicsEngine/bin/Debug/net10.0/PhysicsEngine.deps.json
Normal file
68
PhysicsEngine/bin/Debug/net10.0/PhysicsEngine.deps.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v10.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v10.0": {
|
||||
"PhysicsEngine/1.0.0": {
|
||||
"dependencies": {
|
||||
"Raylib-cs": "8.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"PhysicsEngine.dll": {}
|
||||
}
|
||||
},
|
||||
"Raylib-cs/8.0.0": {
|
||||
"runtime": {
|
||||
"lib/net10.0/Raylib-cs.dll": {
|
||||
"assemblyVersion": "0.0.0.0",
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/linux-x64/native/libraylib.so": {
|
||||
"rid": "linux-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/osx-arm64/native/libraylib.dylib": {
|
||||
"rid": "osx-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/osx-x64/native/libraylib.dylib": {
|
||||
"rid": "osx-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x64/native/raylib.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win-x86/native/raylib.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"PhysicsEngine/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Raylib-cs/8.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-m+fStTZjOGtkx05RNflERtKbmEUrIZ5/PFV5QXnlA02kAEwxxOC+XhNeCSZJhaGHu9d8m0eTMmefRhHueS3hkg==",
|
||||
"path": "raylib-cs/8.0.0",
|
||||
"hashPath": "raylib-cs.8.0.0.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
PhysicsEngine/bin/Debug/net10.0/PhysicsEngine.dll
Normal file
BIN
PhysicsEngine/bin/Debug/net10.0/PhysicsEngine.dll
Normal file
Binary file not shown.
BIN
PhysicsEngine/bin/Debug/net10.0/PhysicsEngine.exe
Normal file
BIN
PhysicsEngine/bin/Debug/net10.0/PhysicsEngine.exe
Normal file
Binary file not shown.
BIN
PhysicsEngine/bin/Debug/net10.0/PhysicsEngine.pdb
Normal file
BIN
PhysicsEngine/bin/Debug/net10.0/PhysicsEngine.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net10.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "10.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
PhysicsEngine/bin/Debug/net10.0/Raylib-cs.dll
Normal file
BIN
PhysicsEngine/bin/Debug/net10.0/Raylib-cs.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user