Initial commit

This commit is contained in:
Rendo 2026-02-18 16:24:17 +05:00
commit 8f09809174
12 changed files with 107 additions and 0 deletions

14
grap-gui/bind.gdextension Normal file
View file

@ -0,0 +1,14 @@
[configuration]
entry_symbol = "gdext_ruust_init"
compatibility_minimum = 4.6
reloadable = true
[libraries]
linux.debug.x86_64 = "res://../grap-rs/target/debug/libgrap-rs.so"
linux.release.x86_64 = "res://../grap-rs/target/release/libgrap-rs.so"
windows.debug.x86_64 = "res://../grap-rs/target/debug/grap-rs.dll"
windows.release.x86_64 = "res://../grap-rs/target/release/grap-rs.dll"
macos.debug = "res://../grap-rs/target/debug/libgrap-rs.dylib"
macos.release = "res://../grap-rs/target/release/libgrap-rs.dylib"
macos.debug.arm64 = "res://../grap-rs/target/debug/libgrap-rs.dylib"
macos.release.arm64 = "res://../grap-rs/target/release/libgrap-rs.dylib"