aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-15 22:18:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-15 22:40:36 +0300
commit79c19c6a1c400b28f27ca6f44dd11e07ac43ec85 (patch)
treec934d0c0e2e2abd4fc85324a37d2e402d01a1200 /.gitmodules
parentget rid of SafeInt (diff)
downloadwinapi-debug-79c19c6a1c400b28f27ca6f44dd11e07ac43ec85.tar.gz
winapi-debug-79c19c6a1c400b28f27ca6f44dd11e07ac43ec85.zip
switch from Boost.Nowide to winapi-utf8
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 7a1b1cb..9ea0616 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "cmake"]
path = cmake
url = https://github.com/egor-tensin/cmake-common.git
-[submodule "3rdparty/boost/nowide"]
- path = 3rdparty/boost/nowide
- url = https://github.com/boostorg/nowide.git
+[submodule "3rdparty/winapi/utf8"]
+ path = 3rdparty/winapi/utf8
+ url = https://github.com/egor-tensin/winapi-utf8.git