From 724118c80f4f7fadfe391cb79bd15a71e26a6330 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 9 Oct 2025 12:20:23 +0200 Subject: [PATCH] fix: updated git modules file --- .gitmodules | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitmodules b/.gitmodules index 497336c4..d232470c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,13 @@ path = engine branch = 4.5 url = https://github.com/godotengine/godot.git + +[submodule "libzmq"] + path = modules/you_done_it/libzmq + branch = master + url = https://github.com/zeromq/libzmq.git + +[submodule "cppzmq"] + path = modules/you_done_it/cppzmq + branch = master + url = https://github.com/zeromq/cppzmq.git