From 6d14d528e2b18a2844eb2e7dffcaab308e0b2dc2 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 6 Jan 2016 12:34:39 +0300 Subject: [PATCH] Update Cargo.toml We need to bump version for sdl2-sys, as if we use 0.7.0 it will not compile with other libs. I've tested locally - it works fine with sdl2-sys v0.8.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 793da201..a8895d10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ path = "src/sdl2_image/lib.rs" bitflags = "^0.3.2" libc = "^0.1" sdl2 = "0.12.0" -sdl2-sys = "0.7.0" +sdl2-sys = "0.8.0" [[bin]] name = "demo"