quakeball-rust/rust/Cargo.toml
2026-07-15 18:25:12 +03:00

12 lines
174 B
TOML

[package]
name = "quakeball"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
[dependencies]
godot = "0.5.4"