summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-03-27 05:31:45 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-03-27 05:31:45 +0200
commit57aa67d435a11f3ffd0ac0d3472ca9288115a8d0 (patch)
treef305a14462579f336de2264eb8a35ae261ea59cc /README.md
parentb17726fe51a1c7c1eccaef2e90cbab7ee022557f (diff)
downloadkit-57aa67d435a11f3ffd0ac0d3472ca9288115a8d0.zip
Header-only version; replace Python code with C code
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0dfffb3..f6e9a4f 100644
--- a/README.md
+++ b/README.md
@@ -17,4 +17,6 @@
Condition variables, mutual exclusions and threads implementation was forked from [Mesa][mesa_link] source code.
+Folder `include` contains header-only version of this library.
+
[mesa_link]: https://gitlab.freedesktop.org/mesa/mesa