-
Notifications
You must be signed in to change notification settings - Fork 14
/
submodules.json
33 lines (33 loc) · 940 Bytes
/
submodules.json
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
[
{
"path": "crates/vendor/basedrop",
"url": "https://github.com/yamadapc/basedrop",
"upstream_url": "https://github.com/glowcoil/basedrop"
},
{
"path": "crates/vendor/plotters",
"url": "https://github.com/yamadapc/plotters",
"upstream_url": "https://github.com/38/plotters"
},
{
"path": "crates/vendor/iced-baseview",
"url": "https://github.com/yamadapc/iced_baseview",
"upstream_url": "https://github.com/BillyDM/iced_baseview",
"branch": "main"
},
{
"path": "crates/vendor/baseview",
"url": "https://github.com/yamadapc/iced",
"upstream_url": "https://github.com/RustAudio/baseview"
},
{
"path": "crates/vendor/gfx",
"url": "https://github.com/yamadapc/gfx",
"upstream_url": "https://github.com/gfx-rs/gfx"
},
{
"path": "crates/vendor/lyon",
"url": "https://github.com/yamadapc/lyon",
"upstream_url": "https://github.com/nical/lyon"
}
]