aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 311e10bea2a9386e6221d8de44ca720901edc01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sdl-tests"
version = "0.1.0"
authors = ["Akshay <[email protected]>"]
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"]}
# obi = { git = "https://github.com/nerdypepper/obi", rev = "63af58d6a3fd68bdb313305881627dab534346e2" }
obi = { path = "../obi"}
env_logger = "0.8.3"
log = "0.4.0"
pico-args = "0.4.0"