Add cmark-gfm and MicroTeX submodules.

This commit is contained in:
John Preston
2026-04-29 17:39:39 +07:00
parent 92396fd960
commit de1d8e8e73
5 changed files with 10 additions and 1 deletions

6
.gitmodules vendored
View File

@@ -94,3 +94,9 @@
[submodule "Telegram/lib_translate"]
path = Telegram/lib_translate
url = https://github.com/desktop-app/lib_translate
[submodule "Telegram/ThirdParty/cmark-gfm"]
path = Telegram/ThirdParty/cmark-gfm
url = https://github.com/github/cmark-gfm.git
[submodule "Telegram/ThirdParty/MicroTeX"]
path = Telegram/ThirdParty/MicroTeX
url = https://github.com/desktop-app/MicroTeX.git

1
Telegram/ThirdParty/MicroTeX vendored Submodule

View File

@@ -39,6 +39,7 @@ PUBLIC
PRIVATE
desktop-app::lib_webview
desktop-app::external_ada
desktop-app::external_cmark_gfm
tdesktop::td_lang
tdesktop::td_ui
)

2
cmake

Submodule cmake updated: 0e6776d008...bd4f5b1d89