From cfae1e58c4e42b8d9d8c828ef81aea9e25d6953b Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 17 May 2025 20:16:12 -0500 Subject: [PATCH] Move credits of date to tessesframework --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 22ea9f0..9550765 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Tesses Cross Language - CMake ## What libraries have I embeded from other people -- [HodwardHinnart's date](https://github.com/HowardHinnant/date) (in folder src/HodwardHinnart_date, modified tz.cpp to point to correct header) - [Sqlite](https://www.sqlite.org/) (in folder src/sqlite also uses demo VFS (at least on Wii)) - [Sago's platform_folders](https://github.com/sago007/PlatformFolders) (in folder src/sago) - [subprocess](https://github.com/sheredom/subprocess.h) (as file src/runtime_methods/subprocess.h)