From d2c63db0e45acf69641479bd922062e77752349e Mon Sep 17 00:00:00 2001 From: thajohns Date: Thu, 9 Sep 2021 03:54:27 -0400 Subject: ported to cpal, also broke sound --- Cargo.toml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 03c3f44..1c9506a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,35 +8,11 @@ authors = ["Graham Northup "] name = "synfone" doc = false -#[features] -#default = ['graphics'] -# -## The following feature will always refer ultimately to whatever backend -## graphics library is chosen--which is subject to change. -#graphics = ['glium', 'piston2d-graphics', 'piston2d-glium_graphics', 'palette'] [dependencies] byteorder = "1.1.0" rand = "0.3" +cpal = "0.13" unicode-xid = "0.1.0" -portaudio = "0.7.0" xml-rs = "0.8.0" failure = "0.1" - -#[dependencies.glium] -##version = "0.17.1" -#git = "https://github.com/cmr/glium.git" -#optional = true -#features = ["glutin"] -# -#[dependencies.'piston2d-graphics'] -#version = "0.22.0" -#optional = true -# -#[dependencies.'piston2d-glium_graphics'] -#version = "0.43.0" -#optional = true -# -#[dependencies.palette] -#version = "0.2" -#optional = true -- cgit v1.2.3-70-g09d2