aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 <[email protected]>"]
+authors = ["Determinant <[email protected]>"]
-[dependencies]
-sdl2 = "0.31"
+[dependencies.sdl2]
+version = "0.31"
+features = ["unsafe_textures"]