summaryrefslogtreecommitdiff
path: root/klangfarbrs/Cargo.toml
blob: c896efa4cc6a37b9a83eb7a8dba66f4b87c977b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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", "lib"]
name = "klangfarbrs"

[dependencies]
gdnative = "0.9"