From 18cb0bacad44fb619eaccff06cbb8ac776e757f9 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 29 Mar 2022 22:25:16 +0800 Subject: ... --- README.md | 2 +- docs/project_structure.png | Bin 142698 -> 0 bytes src/ui/controls/RootControl.cpp | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 docs/project_structure.png diff --git a/README.md b/README.md index 535fd531..9079099a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ _cru_ is built with [_CMake_](https://cmake.org/) and [_vcpkg_](https://github.c - `demo/` contains sources of demo excutable targets. They are mostly used for integrated tests but can also be used for demonstration. -- `docs` contains docs-related things. +- `docs/` contains docs-related things. - `tools/` contains some codes of tools I wrote for development. However most of them are not used now. diff --git a/docs/project_structure.png b/docs/project_structure.png deleted file mode 100644 index 30f165c4..00000000 Binary files a/docs/project_structure.png and /dev/null differ diff --git a/src/ui/controls/RootControl.cpp b/src/ui/controls/RootControl.cpp index 609223a1..2d23bb36 100644 --- a/src/ui/controls/RootControl.cpp +++ b/src/ui/controls/RootControl.cpp @@ -5,7 +5,6 @@ #include "cru/platform/gui/Window.h" #include "cru/ui/Base.h" #include "cru/ui/host/WindowHost.h" -#include "gsl/pointers" #include -- cgit v1.2.3