From 4dbfbc6d68516db3e90114b78c291c8a1c0eb732 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 15 Feb 2018 22:56:08 +0200 Subject: Initial commit, sin-bug --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8d65f6e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "bug_basher" +version = "0.1.0" +authors = ["Justin Worthe "] + +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] \ No newline at end of file -- cgit v1.2.3