|
1 | 1 | {
|
2 |
| - // Language name (unique) |
3 | 2 | "name": "GDScript",
|
4 |
| - |
5 |
| - // Unique identifier that will be used as a CSS class |
6 |
| - // for this language (only valid CSS class names). |
7 | 3 | "uniqueClass": "gdscript",
|
8 |
| - |
9 |
| - // The language icon, SVG format preferred, should be placed |
10 |
| - // in /img directory. |
11 | 4 | "image": "/img/34.svg",
|
12 |
| - |
13 |
| - // The color of header that displays the name of the language |
14 |
| - // and the icon. This is a valid CSS color definition. |
15 | 5 | "bgColor": "rgb(71, 140, 191)",
|
16 |
| - |
17 |
| - // An array of libraries for this language. |
18 | 6 | "libs": [
|
19 | 7 | {
|
20 |
| - // In case the library suffered from a vulnerability, the |
21 |
| - // minimum version in which the vuln was fixed must be |
22 |
| - // listed here. Optional (can be null). |
23 |
| - "minimumVersion": "1.4", // or null |
24 |
| - |
25 |
| - // Supported features, true for supported, |
26 |
| - // false for not supported. |
| 8 | + "minimumVersion": "1.5", |
27 | 9 | "support": {
|
28 | 10 | "sign": true,
|
29 | 11 | "verify": true,
|
|
48 | 30 | "ps512": false,
|
49 | 31 | "eddsa": false
|
50 | 32 | },
|
51 |
| - |
52 |
| - // Author URL, can be GitHub profile, personal page |
53 |
| - // company page, etc. Can be null. |
54 |
| - "authorUrl": "https://github.com/fenix-hub", // or null |
55 |
| - |
56 |
| - // Author name. |
| 33 | + "authorUrl": "https://github.com/fenix-hub", |
57 | 34 | "authorName": "fenix-hub",
|
58 |
| - |
59 |
| - // For the star count, this is the GitHub repository path, |
60 |
| - // (usually user/repo). Can be null (no star count shown). |
61 |
| - "gitHubRepoPath": "fenix-hub/godot-engine.jwt", // or null |
62 |
| - |
63 |
| - // URL for source code. |
| 35 | + "gitHubRepoPath": "fenix-hub/godot-engine.jwt", |
64 | 36 | "repoUrl": "https://github.com/fenix-hub/godot-engine.jwt",
|
65 |
| - |
66 |
| - // Install command, can be HTML or plain text. |
67 | 37 | "installCommandHtml": "git clone https://github.com/fenix-hub/godot-engine.jwt"
|
68 | 38 | }
|
69 | 39 | ]
|
|
0 commit comments