-
-
Notifications
You must be signed in to change notification settings - Fork 238
Expand file tree
/
Copy pathnvfetcher.toml
More file actions
43 lines (37 loc) · 1.36 KB
/
nvfetcher.toml
File metadata and controls
43 lines (37 loc) · 1.36 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
[micros]
src.git = "https://github.com/lem-project/micros"
fetch.git = "https://github.com/lem-project/micros"
[lem-mailbox]
src.git = "https://github.com/lem-project/lem-mailbox"
fetch.git = "https://github.com/lem-project/lem-mailbox"
[async-process]
src.git = "https://github.com/lem-project/async-process"
fetch.git = "https://github.com/lem-project/async-process"
[jsonrpc]
src.git = "https://github.com/cxxxr/jsonrpc"
fetch.git = "https://github.com/cxxxr/jsonrpc"
#[lem-extension-manager]
#src.git = "https://github.com/lem-project/lem-extension-manager.git"
#fetch.git = "https://github.com/lem-project/lem-extension-manager.git"
#
#[cl-sdl2]
#src.git = "https://github.com/lem-project/cl-sdl2.git"
#fetch.git = "https://github.com/lem-project/cl-sdl2.git"
#
#[cl-sdl2-ttf]
#src.git = "https://github.com/lem-project/cl-sdl2-ttf.git"
#fetch.git = "https://github.com/lem-project/cl-sdl2-ttf.git"
#
#[cl-sdl2-image]
#src.git = "https://github.com/lem-project/cl-sdl2-image.git"
#fetch.git = "https://github.com/lem-project/cl-sdl2-image.git"
#
[tree-sitter-cl]
src.git = "https://github.com/lem-project/tree-sitter-cl"
fetch.git = "https://github.com/lem-project/tree-sitter-cl"
[webview]
src.git = "https://github.com/lem-project/webview.git"
fetch.git = "https://github.com/lem-project/webview.git"
[webview-upstream]
src.manual = "0.12.0"
fetch.github = "webview/webview"