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/shared/Cargo.toml

18 lines
No EOL
222 B
TOML

[package]
name = "shared"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[lib]
crate-type = ["staticlib"]
[dependencies]
libc = "0.2.2"
[build-dependencies]
cbindgen = "0.28.0"
[features]
"ffi" = []
"godot" = []