Skip to content

Commit b559123

Browse files
committed
explicitly mention the usage of third party libraries
1 parent 41f5a1f commit b559123

3 files changed

Lines changed: 2 additions & 21 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Common C++ Runtime used for personal C++ Projects. Happy to accept any contribut
44

55
## Third Party libraries
66

7+
Even tho my libary is licensened with the UNLICENSE make sure to check third party licences of the libs included in this library, when using this lib in your project.
8+
79
- [httplib](https://github.com/yhirose/cpp-httplib) MIT license
810
- [thread_pool](https://github.com/bshoshany/thread-pool.git) MIT license
911
- [enchantum](https://github.com/ZXShady/enchantum.git) MIT license
10-
- [synchronized](https://github.com/jrgfogh/synchronized_value.git) LGPL-2.1 license
1112
- [spsc_queue](https://github.com/facebook/folly.git) Apache-2.0 license
1213

1314
## Build Locally

include/oryx/chrono/frame_rate_controller.hpp

Lines changed: 0 additions & 19 deletions
This file was deleted.

include/oryx/synchronized.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22

3-
#include <concepts>
43
#include <mutex>
54
#include <type_traits>
65
#include <utility>

0 commit comments

Comments
 (0)