From 9fc6f8fec163947d9384fb9d44f493ef4fc044e1 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sat, 23 Sep 2023 11:46:30 -0700 Subject: [PATCH] Trigger build --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8867a323c..b613a286e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Diligent Core [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=An%20easy-to-use%20cross-platform%20graphics%20library%20that%20takes%20full%20advantage%20of%20%23Direct3D12%20and%20%23VulkanAPI&url=https://github.com/DiligentGraphics/DiligentEngine) +Test MinGW build issue. + Diligent Core is a modern cross-platfrom low-level graphics API that makes the foundation of [Diligent Engine](https://github.com/DiligentGraphics/DiligentEngine). The module implements Direct3D11, Direct3D12, OpenGL, OpenGLES, and Vulkan rendering backends (Metal implementation is available for commercial clients), as well as basic platform-specific utilities. It is self-contained and can be built by its own.