-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathproject.json
More file actions
58 lines (58 loc) · 1.89 KB
/
project.json
File metadata and controls
58 lines (58 loc) · 1.89 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
{
"$schema": "https://schemas.cute.engineering/stable/cutekit.manifest.project.v1",
"id": "skift/karm",
"type": "project",
"description": "A batteries included framework for modern cross-platform C++ applications",
"extern": {
"skift/assets": {
"git": "https://codeberg.org/skift/assets.git",
"tag": "main"
},
"cute-engineering/ce-heap": {
"git": "https://codeberg.org/cute-engineering/ce-heap.git",
"tag": "v1.3.0"
},
"cute-engineering/ce-mdi": {
"git": "https://codeberg.org/cute-engineering/ce-mdi.git",
"tag": "v0.7.0"
},
"cute-engineering/ce-libc": {
"git": "https://codeberg.org/cute-engineering/ce-libc.git",
"tag": "v1.3.1"
},
"cute-engineering/ce-libm": {
"git": "https://codeberg.org/cute-engineering/ce-libm.git",
"tag": "v1.2.1"
},
"cute-engineering/ce-stdcpp": {
"git": "https://codeberg.org/cute-engineering/ce-stdcpp.git",
"tag": "v1.6.1"
},
"cute-engineering/ce-targets": {
"git": "https://codeberg.org/cute-engineering/ce-targets.git",
"tag": "v0.6.0"
},
"cute-engineering/ce-bootfs": {
"git": "https://codeberg.org/cute-engineering/ce-bootfs.git",
"tag": "v0.2.0"
},
"sdl3": {
"description": "A cross-platform development library designed to provide low level access to hardware",
"names": [
"sdl3"
]
},
"uring": {
"description": "Linux io_uring library",
"names": [
"liburing"
]
},
"seccomp": {
"description": "Linux seccomp library",
"names": [
"libseccomp"
]
}
}
}