Added 'default-features = false' for features

This commit is contained in:
Cobrand
2016-12-08 11:11:49 +01:00
parent be9922130f
commit 74ea28062f
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -170,6 +170,7 @@ adding this instead:
```toml
[dependencies.sdl2]
version = "0.25"
default-features = false
features = ["ttf","image","gfx","mixer"]
```