Fixed gdextension

This commit is contained in:
Rendo 2026-02-18 16:42:26 +05:00
commit f9080806d0
2 changed files with 10 additions and 10 deletions

View file

@ -1,14 +1,14 @@
[configuration]
entry_symbol = "gdext_ruust_init"
entry_symbol = "gdext_rust_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"
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"