-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 764 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.sinanermis.return-of-the-obra-dinn-render-feature",
"version": "1.0.0",
"displayName": "Return of the Obra Dinn Shader",
"description": "Return of the Obra Dinn Shader implemented using Unity URP/Render Graph",
"author": {
"name": "Sinan Ermiş",
"email": "sinann.ermis@gmail.com",
"url": "sinanermis.com"
},
"keywords": [
"return of the obra dinn",
"shader",
"dither",
"obra dinn",
"render feature",
"render graph"
],
"changelogUrl": "https://github.com/SinanErmis/ReturnOfTheObraDinn_Unity_URP_RenderGraph/blob/main/CHANGELOG.md",
"documentationUrl" : "https://github.com/SinanErmis/ReturnOfTheObraDinn_Unity_URP_RenderGraph/blob/main/README.md",
"license": "MIT"
}