mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
bump version 0.23.0
This commit is contained in:
+3
-3
@@ -2,7 +2,7 @@
|
||||
name = "sdl2_ttf"
|
||||
description = "SDL2_ttf bindings for Rust"
|
||||
repository = "https://github.com/andelf/rust-sdl2_ttf"
|
||||
version = "0.22.0"
|
||||
version = "0.23.0"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
authors = ["ShuYu Wang <andelf@gmail.com>"]
|
||||
@@ -14,8 +14,8 @@ path = "src/sdl2_ttf/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.6"
|
||||
sdl2 = "0.22"
|
||||
sdl2-sys = "0.22"
|
||||
sdl2 = "0.23"
|
||||
sdl2-sys = "0.23"
|
||||
|
||||
# [dependencies.sdl2]
|
||||
# git = "https://github.com/AngryLawyer/rust-sdl2/"
|
||||
|
||||
Reference in New Issue
Block a user