aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
blob: c283d29bcd24d137fd4d7a918db4c42a6cf01bca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "code_with_your_friends2022"
version = "0.1.0"
authors = ["David <david003@gmx.net>"]
edition = "2018"

[lib]
crate-type = ["cdylib", "staticlib"]

[dependencies]
gdnative = "0.10.0"
# gdnative = { path = "../../godot-rust/gdnative" }