Browse Source

corrected sdl2 info

john melesky 6 năm trước cách đây
mục cha
commit
0cc81396da
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      Cargo.toml

+ 4 - 1
Cargo.toml

@@ -4,4 +4,7 @@ version = "0.1.0"
 authors = ["john melesky <code@phaedrusdeinus.org>"]
 edition = "2018"
 
-[dependencies]
+[dependencies.sdl2]
+version = "0.32.1"
+default-features = false
+features = ["image"]