File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 zip \
6060 fuse \
6161 libx11-dev \
62+ libxcb1-dev \
6263 libglfw3-dev \
6364 libtesseract-dev \
6465 libcurl4-openssl-dev \
Original file line number Diff line number Diff line change 6060 zip \
6161 fuse \
6262 libx11-dev \
63- libxcb -dev \
63+ libxcb1 -dev \
6464 libglfw3-dev \
6565 libtesseract-dev \
6666 libcurl4-openssl-dev \
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 )
22
3- project (oshot VERSION 0.2.3 LANGUAGES C CXX )
3+ project (oshot VERSION 0.3.0 LANGUAGES C CXX )
44
55set (CMAKE_CXX_STANDARD 20)
66set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 6262
6363NAME = oshot
6464TARGET ?= $(NAME )
65- OLDVERSION = 0.2.2
66- VERSION = 0.2.3
65+ OLDVERSION = 0.2.3
66+ VERSION = 0.3.0
6767SRC = $(wildcard src/* .cpp)
6868OBJ = $(SRC:.cpp=.o )
6969LDFLAGS += -L$(BUILDDIR ) $(LTO_FLAGS )
Original file line number Diff line number Diff line change 44-Wextra
55-Wpedantic
66-std=c++20
7- -DVERSION="0.2.3 "
7+ -DVERSION="0.3.0 "
88-DDEBUG=1
99-DWINDOWS_CMD=1
1010-DENABLE_PORTALS=1
Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ void ScreenshotTool::DrawOcrTools()
680680 ImGui::PopStyleColor ();
681681 }
682682 ImGui::SameLine ();
683- HelpMarker (" Path to the OCR models (.traineddata). Supports drag-and-drop too" );
683+ HelpMarker (" Full- Path to the OCR models (.traineddata). Supports drag-and-drop too" );
684684
685685 if (!invalid_path)
686686 {
You can’t perform that action at this time.
0 commit comments