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] [configuration]
entry_symbol = "gdext_ruust_init" entry_symbol = "gdext_rust_init"
compatibility_minimum = 4.6 compatibility_minimum = 4.6
reloadable = true reloadable = true
[libraries] [libraries]
linux.debug.x86_64 = "res://../grap-rs/target/debug/libgrap-rs.so" linux.debug.x86_64 = "res://../grap-rs/target/debug/libgrap_rs.so"
linux.release.x86_64 = "res://../grap-rs/target/release/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.debug.x86_64 = "res://../grap-rs/target/debug/grap_rs.dll"
windows.release.x86_64 = "res://../grap-rs/target/release/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.debug = "res://../grap-rs/target/debug/libgrap_rs.dylib"
macos.release = "res://../grap-rs/target/release/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.debug.arm64 = "res://../grap-rs/target/debug/libgrap_rs.dylib"
macos.release.arm64 = "res://../grap-rs/target/release/libgrap-rs.dylib" macos.release.arm64 = "res://../grap-rs/target/release/libgrap_rs.dylib"

@ -1 +1 @@
Subproject commit 2e7c256a9b00c8fe641baf8be569470dccd53b93 Subproject commit 61fe2b8bfb719f2b78bfa5f0e375f9a0eac9c8e9