-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtauri.json
More file actions
70 lines (70 loc) · 1.76 KB
/
tauri.json
File metadata and controls
70 lines (70 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"$schema": "../schemas/technology.json",
"name": "Tauri",
"normalizedName": "tauri",
"platforms": {
"Windows": "✅",
"macOS": "✅",
"Linux": "✅",
"Android": "⚒",
"iOS": "⚒"
},
"languages": {
"C++": "",
"C#": "",
"Go": "",
"Java": "",
"JavaScript": "✅",
"Rust": "✅"
},
"rendering": {
"Browser engine": "✅",
"Platform controls": "",
"Direct drawing": ""
},
"releases": [
{
"version": "1.0.0-beta.8",
"date": "2021-08-24T00:00:00Z"
},
{
"version": "1.0.0-beta.7",
"date": "2021-08-17T00:00:00Z"
},
{
"version": "1.0.0-beta.6",
"date": "2021-08-16T00:00:00Z"
},
{
"version": "1.0.0-beta.5",
"date": "2021-07-16T00:00:00Z"
},
{
"version": "1.0.0-beta.4",
"date": "2021-06-29T00:00:00Z"
},
{
"version": "1.0.0-beta.3",
"date": "2021-06-28T00:00:00Z"
},
{
"version": "1.0.0-beta.2",
"date": "2021-06-23T00:00:00Z"
},
{
"version": "1.0.0-beta.1",
"date": "2021-05-12T00:00:00Z"
},
{
"version": "1.0.0-beta.0",
"date": "2021-05-11T00:00:00Z"
}
],
"codeLicense": {
"name": "Apache-2.0 OR MIT",
"url": "https://github.com/tauri-apps/tauri/blob/9bb68973dd10f3cb98d2a95e5432bfc765d77064/LICENSE.spdx"
},
"url": "https://tauri.studio",
"community": "https://discord.com/invite/tauri",
"documentation": "https://tauri.studio/docs/architecture"
}