feat: add nlohmann json based wrappers for webview binds,notify

This commit is contained in:
Jan Laupetin
2025-10-08 00:31:17 +02:00
parent cf584fe3eb
commit 49295448c8
11 changed files with 241 additions and 87 deletions
+3
View File
@@ -46,8 +46,11 @@ function ModMan:project()
filter {}
self:include(includes)
Utils:include(includes)
json:include(includes)
webview:include(includes)
links:linkto(Utils)
links:linkto(webview)
links:linkall()
end