Skip to content

Commit debab7a

Browse files
authored
Merge pull request #2 from opsnlops/no-grpc
Fully remove gRPC
2 parents 1b728aa + 638efcd commit debab7a

File tree

158 files changed

+7198
-11424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+7198
-11424
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ cmake-*/
55
build/
66
package/
77
*.DS_Store
8-
external/build/
9-
lib/uWebSockets
10-
8+
externals/build/
9+
externals/install/

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
[submodule "lib/libe131"]
66
path = lib/libe131
77
url = [email protected]:hhromic/libe131.git
8-
[submodule "lib/uWebSockets"]
9-
path = lib/uWebSockets
10-
url = [email protected]:uNetworking/uWebSockets.git
8+
[submodule "lib/base64"]
9+
path = lib/base64
10+
url = [email protected]:tobiaslocker/base64.git

0 commit comments

Comments
 (0)