Add ttf rendering test code

This commit is contained in:
maddiebaka
2023-06-21 19:43:17 -04:00
parent a7ca18eeeb
commit 09f39c84fa
4 changed files with 133 additions and 3 deletions

View File

@@ -5,4 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dependencies.sdl2]
sdl2 = "0.35.2"
default-features = false
features = ["ttf"]