mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 21:20:04 +00:00
Add HowardHinnant date library
This commit is contained in:
parent
509fc76653
commit
d492e10edd
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -28,3 +28,6 @@
|
|||
[submodule "external/aws-sdk-cpp"]
|
||||
path = external/aws-sdk-cpp
|
||||
url = https://github.com/aws/aws-sdk-cpp.git
|
||||
[submodule "external/date"]
|
||||
path = external/date
|
||||
url = https://github.com/HowardHinnant/date.git
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ Supercell Wx uses code from the following dependencies:
|
|||
| [cmake-conan](https://github.com/conan-io/cmake-conan) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
||||
| [cpr](https://github.com/libcpr/cpr) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
||||
| [CSS Color Parser](https://github.com/deanm/css-color-parser-js) | [MIT License](https://spdx.org/licenses/MIT.html) | Ported to C++ for MapLibre GL Native |
|
||||
| [Date](https://github.com/HowardHinnant/date) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
||||
| [Dear ImGui](https://github.com/ocornut/imgui) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
||||
| [FreeType](https://freetype.org/) | [Freetype Project License](https://spdx.org/licenses/FTL.html) |
|
||||
| [FreeType GL](https://github.com/rougier/freetype-gl) | [BSD 2-Clause with views sentence](https://spdx.org/licenses/BSD-2-Clause-Views.html) |
|
||||
|
|
|
|||
1
external/date
vendored
Submodule
1
external/date
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 50acf3ffd8b09deeec6980be824f2ac54a50b095
|
||||
Loading…
Add table
Add a link
Reference in a new issue