rcode.gdextension 642 B

12345678910111213
  1. [configuration]
  2. entry_symbol = "gdext_rust_init"
  3. compatibility_minimum = 4.1
  4. [libraries]
  5. linux.debug.x86_64 = "res://../rcode/target/debug/librcode.so"
  6. linux.release.x86_64 = "res://../rcode/target/release/librcode.so"
  7. windows.debug.x86_64 = "res://../rcode/target/debug/rcode.dll"
  8. windows.release.x86_64 = "res://../rcode/target/release/rcode.dll"
  9. macos.debug = "res://../rcode/target/debug/librcode.dylib"
  10. macos.release = "res://../rcode/target/release/librcode.dylib"
  11. macos.debug.arm64 = "res://../rcode/target/debug/librcode.dylib"
  12. macos.release.arm64 = "res://../rcode/target/release/librcode.dylib"