summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8d65f6e6cf2787eb796b783c30d4ac71cb4e0872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bug_basher"
version = "0.1.0"
authors = ["Justin Worthe <justin@worthe-it.co.za>"]

build = "build.rs"

[dependencies]
gate = "0.2.1"
ogg-sys = "0.0.9"
vorbis = "0.1.0"

[build-dependencies]
gate_build = "0.2.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]