Initial commit
This commit is contained in:
commit
8f09809174
12 changed files with 107 additions and 0 deletions
14
grap-gui/bind.gdextension
Normal file
14
grap-gui/bind.gdextension
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue