actually add vendor folder
This commit is contained in:
Vendored
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "raylib-cpp",
|
||||
"version": "5.0.2",
|
||||
"description": "raylib-cpp: C++ Object-Oriented Wrapper for raylib",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"example": "examples",
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "cmake -S . -B build",
|
||||
"build": "cmake --build build",
|
||||
"test": "build/tests/raylib_cpp_test",
|
||||
"pretest": "npm run build",
|
||||
"deploy": "gh-pages -d docs",
|
||||
"predeploy": "npm run docs",
|
||||
"docs": "doxygen projects/Doxygen/Doxyfile",
|
||||
"predocs": "git submodule update --init"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/RobLoach/raylib-cpp.git"
|
||||
},
|
||||
"author": "Rob Loach (https://robloach.net)",
|
||||
"license": "Zlib",
|
||||
"bugs": {
|
||||
"url": "https://github.com/RobLoach/raylib-cpp/issues"
|
||||
},
|
||||
"homepage": "https://github.com/RobLoach/raylib-cpp#readme",
|
||||
"devDependencies": {
|
||||
"gh-pages": "^6.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user