Finally got a grid loaded on the screen.
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
7a4adf7e0d
commit
0b61e41639
6 changed files with 115 additions and 1 deletions
13
Rust.gdextension
Normal file
13
Rust.gdextension
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[configuration]
|
||||
entry_symbol = "gdext_rust_init"
|
||||
compatibility_minimum = 4.1
|
||||
|
||||
[libraries]
|
||||
linux.debug.x86_64 = "res://rust/target/debug/libkolonio.so"
|
||||
linux.release.x86_64 = "res://rust/target/release/libkolonio.so"
|
||||
windows.debug.x86_64 = "res://rust/target/debug/kolonio.dll"
|
||||
windows.release.x86_64 = "res://rust/target/release/kolonio.dll"
|
||||
macos.debug = "res://rust/target/debug/libkolonio.dylib"
|
||||
macos.release = "res://rust/target/release/libkolonio.dylib"
|
||||
macos.debug.arm64 = "res://rust/target/debug/libkolonio.dylib"
|
||||
macos.release.arm64 = "res://rust/target/release/libkolonio.dylib"
|
||||
Loading…
Add table
Add a link
Reference in a new issue