feat: implemented unicode input mode (#966)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
ABeltramo 2023-03-08 13:35:34 +00:00 committed by GitHub
commit 7d01b50498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 83 additions and 3 deletions

View file

@ -16,6 +16,7 @@ Install Requirements
cmake \
libavdevice-dev \
libboost-filesystem-dev \
libboost-locale-dev \
libboost-log-dev \
libboost-program-options-dev \
libboost-thread-dev \
@ -95,6 +96,7 @@ Install Requirements
g++-10 \
libavdevice-dev \
libboost-filesystem-dev \
libboost-locale-dev \
libboost-log-dev \
libboost-thread-dev \
libboost-program-options-dev \
@ -142,6 +144,7 @@ Install Requirements
cmake \
libavdevice-dev \
libboost-filesystem-dev \
libboost-locale-dev \
libboost-log-dev \
libboost-thread-dev \
libboost-program-options-dev \