Archived
1
0
Fork 0
This repository has been archived on 2026-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
Danmaku/godot-extension/Cargo.toml

11 lines
No EOL
164 B
TOML

[package]
name = "godot-extension"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
shared = { path = "../shared" }
godot = "0.2.3"