Added in the dependencies for logging and proved that logging functionality is working. Should be able to close issue #23.
10 lines
137 B
TOML
10 lines
137 B
TOML
[package]
|
|
name = "doom-oxidized"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
env_logger = "0.10.0"
|
|
log = "0.4.17"
|
|
sdl2 = "0.35.2"
|