From d4a25bdf4b3f32b9b7708b1766441b90f32551c5 Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Tue, 23 Jun 2026 10:49:25 +0800 Subject: [PATCH] feat(dev_panel): add Asio to about table --- src/dev_panel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dev_panel.cpp b/src/dev_panel.cpp index 49feada..678100e 100644 --- a/src/dev_panel.cpp +++ b/src/dev_panel.cpp @@ -111,6 +111,7 @@ void DevPanel::show_about_table_bar() { ImGui::Text("toml++"); ImGui::Text("Dear ImGui"); ImGui::Text("Tbb"); + ImGui::Text("Asio"); ImGui::Separator(); ImGui::Text("Special Thanks"); ImGui::Text("TANGERIME");