File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,23 @@ export const protocols = [
46
46
"documentation" : "https://godotengine.org/asset-library/asset/3948" ,
47
47
"repository" : "https://github.com/tipragot/godot-iroh" ,
48
48
"version" : "v0.1.5"
49
+ } ,
50
+ {
51
+ "icon" : "" ,
52
+ "title" : " Iroh Content Discovery" ,
53
+ "tagline" : "A protocol to communicate with a content tracker for iroh-blobs." ,
54
+ "slug" : "iroh-content-discovery" ,
55
+ "documentation" : "https://docs.rs/iroh-content-discovery/latest/iroh_content_discovery/" ,
56
+ "repository" : "https://github.com/tipragot/godot-iroh" ,
57
+ "version" : "v0.1.0"
58
+ } ,
59
+ {
60
+ "icon" : "" ,
61
+ "title" : "Iroh ping" ,
62
+ "tagline" : "A minimal protocol to ping iroh nodes." ,
63
+ "slug" : "iroh-ping" ,
64
+ "documentation" : "https://docs.rs/iroh-ping/latest/iroh_ping/" ,
65
+ "repository" : "https://github.com/n0-computer/iroh-ping" ,
66
+ "version" : "v0.2.0"
49
67
}
50
68
]
You can’t perform that action at this time.
0 commit comments