[package] name = "sdl-tests" version = "0.1.0" authors = ["Akshay "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sdl2 = {version = "0.34", features = ["ttf"]} # move obi into workspace? # obi = { git = "https://github.com/nerdypepper/obi", rev = "7773bfb4c63ab3ea49b428e20ef0946b713fd5f5" } env_logger = "0.8.3" log = "0.4.0" pico-args = "0.4.0" [dependencies.obi] path = "../obi" features = ["png"]