-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
61 lines (58 loc) · 1.29 KB
/
Cargo.toml
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
[workspace]
default-members = [
"retina",
"retina-common",
"retina-compositor",
"retina-debug",
"retina-dom",
"retina-fetch",
"retina-file-viewer",
"retina-gfx",
"retina-gfx-font",
"retina-gfx-font-backend-font-kit",
"retina-gfx-font-renderer",
"retina-gfx-gui",
"retina-i18n",
"retina-layout",
"retina-media-type",
"retina-page",
"retina-platform-object",
"retina-scrittura",
"retina-style",
"retina-style-computation",
"retina-style-parser",
"retina-svg",
"retina-user-agent",
]
members = [
"retina",
"retina-common",
"retina-compositor",
"retina-debug",
"retina-dom",
"retina-fetch",
"retina-file-viewer",
"retina-gfx",
"retina-gfx-font",
"retina-gfx-font-backend-font-kit",
"retina-gfx-font-renderer",
"retina-gfx-gui",
"retina-i18n",
"retina-layout",
"retina-media-type",
"retina-page",
"retina-platform-object",
"retina-scrittura",
"retina-style",
"retina-style-computation",
"retina-style-parser",
"retina-svg",
"retina-user-agent",
]
resolver = "2"
[workspace.package]
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/usadson/retina"
homepage = "https://github.com/usadson/retina"