Added in the dependencies for logging and proved that logging
functionality is working. Should be able to close issue #23.
This commit is contained in:
Wesley Irvin
2023-05-04 20:29:22 -04:00
parent 8720085e96
commit f9a089839b
2 changed files with 12 additions and 0 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
env_logger = "0.10.0"
log = "0.4.17"
sdl2 = "0.35.2"