From c124ed38193e96a8721fc0dc2770dd3a0041eb84 Mon Sep 17 00:00:00 2001 From: gucio321 Date: Sat, 19 Oct 2024 14:20:55 +0200 Subject: [PATCH] README: Update "How it works" section of a readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f23bd27b3..e582a2574 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,6 @@ In Actions tab, manually trigger `Compile cimgui` workflows. ## How does it work? -- `cimgui/` directory holds C binding for C++ Dear ImGui libraries -- generator bases on `cimgui/{package_name}_templates` and generates all necessary GO/C code -- `libs/` contains pre-built shared libraries. `cimgui.go` includes and uses to decrease building time. +- `cwrappers/` directory holds C binding for C++ Dear ImGui libraries +- generator bases on `cwrappers/{package_name}_templates` and generates all necessary GO/C code placing it in `{pkgname}/` directories in the root of cimgui-go +- `libs/` contains pre-built shared libraries. `cflags.go` includes and uses to decrease building time.