summaryrefslogtreecommitdiff
path: root/klangfarbrs/Cargo.toml
diff options
context:
space:
mode:
authorJacob Lee <jacob.nmi.lee@gmail.com>2021-10-16 22:04:31 -0400
committerGitHub <noreply@github.com>2021-10-16 22:04:31 -0400
commita0ef84b0474219bedf603a293a2ee8d4fab32ec0 (patch)
treeaf0d1a80d630470ce70a817503b39d3bbcd0dbd4 /klangfarbrs/Cargo.toml
parent9d78a9f5ebd931593b2644dff57cb1d2238876d3 (diff)
Add Godot and Rust files
Diffstat (limited to 'klangfarbrs/Cargo.toml')
-rw-r--r--klangfarbrs/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/klangfarbrs/Cargo.toml b/klangfarbrs/Cargo.toml
new file mode 100644
index 0000000..0496724
--- /dev/null
+++ b/klangfarbrs/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "klangfarbrs"
+version = "0.1.0"
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[lib]
+crate-type = ["cdylib"]
+
+[dependencies]
+gdnative = "0.9"