From 22dd5bc5862e91330c8da0d5f141998cdbe546fb Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Tue, 3 Oct 2017 14:50:18 -0400 Subject: Finished clientside parsing, starting graphics --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ded86ba..26b3d60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,20 @@ name = "synfone" version = "0.1.0" authors = ["Graham Northup "] +[features] +default = ['graphics'] + +# The following feature will always refer ultimately to whatever backend +# graphics library is chosen--which is subject to change. +graphics = ['glium'] + [dependencies] byteorder = "1.1.0" rand = "0.3" unicode-xid = "0.1.0" portaudio = "0.7.0" + +[dependencies.glium] +version = "0.17.1" +optional = true +features = ["glutin"] -- cgit v1.2.3-70-g09d2