Expand description
Godot runtime management for embedded testing.
This module provides utilities for managing a Godot runtime instance within the test environment. It’s inspired by the SwiftGodot approach but adapted for Rust and the current godot-rust ecosystem.
Structs§
- Godot
Runtime - Manager for the embedded Godot runtime.
- Runtime
Config - Configuration options for the Godot runtime.
- User
Callbacks - Callbacks that users must provide to integrate with their godot-rust version