Initial commit
This commit is contained in:
commit
74d66bddf5
19 changed files with 1453 additions and 0 deletions
14
godot-live-link-face.gdextension
Normal file
14
godot-live-link-face.gdextension
Normal file
|
@ -0,0 +1,14 @@
|
|||
[configuration]
|
||||
entry_symbol = "gdext_rust_init"
|
||||
compatibility_minimum = 4.1
|
||||
reloadable = true
|
||||
|
||||
[icons]
|
||||
|
||||
LiveLinkServer = "res://addons/godot_live_link_face/icon.svg"
|
||||
|
||||
[libraries]
|
||||
linux.debug.x86_64 = "res://addons/godot_live_link_face/libgodot_live_link_face.so"
|
||||
linux.release.x86_64 = "res://addons/godot_live_link_face/libgodot_live_link_face.so"
|
||||
windows.debug.x86_64 = "res://addons/godot_live_link_face/godot_live_link_face.dll"
|
||||
windows.release.x86_64 = "res://addons/godot_live_link_face/godot_live_link_face.dll"
|
Loading…
Add table
Add a link
Reference in a new issue