-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 787 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.code-philosophy.leanclr",
"version": "0.1.0-beta.2",
"displayName": "LeanCLR",
"description": "Unity plugin that replaces IL2CPP with LeanCLR when building for WebGL and mini-games, delivering smaller package size and lower memory footprint.",
"category": "Scripting",
"unity": "2021.1",
"documentationUrl": "https://www.leanclr.cn/#/",
"changelogUrl": "https://www.leanclr.cn/#/other/changelog",
"licensesUrl": "https://github.com/focus-creative-games/leanclr4unity/blob/main/LICENSE",
"keywords": [
"LeanCLR",
"HybridCLR",
"focus-creative-games",
"code-philosophy",
"WebGL",
"MiniGame"
],
"author": {
"name": "Code Philosophy",
"email": "leanclr@code-philosophy.com",
"url": "https://code-philosophy.com"
}
}