Files
esy-angle-prebuilt/package.json
Bryan Phelps 1fbfa86089 Initial commit: Windows Build (#1)
Download prebuilt libEGL.dll and libGLESV2.dll, generate MingW defs/libs
2020-08-11 11:21:56 -07:00

50 lines
975 B
JSON

{
"name": "esy-angle-prebuilt",
"version": "1.0.0",
"description": "Ready-to-use ANGLE binaries",
"directories": {
"doc": "docs",
"example": "example",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/revery-ui/esy-angle-prebuilt.git"
},
"bugs": {
"url": "https://github.com/revery-ui/esy-angle-prebuilt/issues"
},
"homepage": "https://skia.org",
"esy": {
"buildEnv": {
"PATH": "#{self.target_dir : $PATH}"
},
"buildsInSource": true,
"build": [
[
"bash",
"./build.sh",
"#{os}"
]
],
"install": [
[
"bash",
"./install.sh",
"#{os}"
]
],
"exportedEnv": {
"ANGLE_LIB_PATH": {
"val": "#{self.lib}",
"scope": "global"
},
"LD_LIBRARY_PATH": {
"val": "#{self.lib : $LD_LIBRARY_PATH}",
"scope": "global"
}
}
},
"dependencies": { }
}