Add pythoncapi-compat third party library acknowledgement

This commit is contained in:
kb1000
2024-04-08 10:57:28 +01:00
committed by Baldur Karlsson
parent 729fcfe187
commit c16b2f34cd
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -136,6 +136,10 @@ The following libraries and components are incorporated into RenderDoc, listed h
Provides hardware-specific counters over and above what individual hardware-agnostic graphics APIs are able to provide.
* `pythoncapi-compat <https://github.com/python/pythoncapi-compat>`_ - Copyright Contributors to the pythoncapi_compat project. Distributed under the BSD Zero Clause License.
Used to simplify compatibility with a broad range of Python versions.
Thanks
------