aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2017-11-15 10:35:04 -0500
committerDeterminant <ted.sybil@gmail.com>2017-11-15 10:35:04 -0500
commit9c4afed302d41df3217fb6e409782ce2f4c53f78 (patch)
tree90991dffa3ee8c7f0d61bfaafed5a7bbe966e31e /Cargo.toml
parent4ee558cabda9945ba9d01394f06c349db1689dad (diff)
use unsafe texture feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9718582..8954ae9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,8 @@
[package]
name = "runes"
version = "0.1.0"
-authors = ["Determinant <ted.sybil@gmail.com>"]
+authors = ["Determinant <tederminant@gmail.com>"]
-[dependencies]
-sdl2 = "0.31"
+[dependencies.sdl2]
+version = "0.31"
+features = ["unsafe_textures"]