fix native libs

add SdlEvent callback
add OpenWindow function
This commit is contained in:
art0007i
2025-10-02 03:35:32 +02:00
parent 0d3fb60b4c
commit bdca389f2e
5 changed files with 100 additions and 24 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ description = "Library that allows modders to create ImGui windows."
websiteUrl = "https://github.com/art0007i/ResoniteImGuiLib"
containsNsfwContent = false
[package.dependencies]
[package.dependencies]
ResoniteModding-BepisLoader = "1.4.1"
ResoniteModding-BepisResoniteWrapper = "1.0.0"
@@ -33,11 +33,11 @@ target = "plugins/ResoniteImGuiLib/"
[[build.copy]]
source = "./Plugin/bin/Release/runtimes/linux-x64/native/libcimgui.so"
target = "plugins/ResoniteImGuiLib/native/"
target = "plugins/ResoniteImGuiLib/"
[[build.copy]]
source = "./Plugin/bin/Release/runtimes/win-x64/native/cimgui.dll"
target = "plugins/ResoniteImGuiLib/native/"
target = "plugins/ResoniteImGuiLib/"
[[build.copy]]
source = "./CHANGELOG.md"