aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-27 07:59:40 +0000
committerAkshay <[email protected]>2021-03-27 07:59:40 +0000
commitc50233df5e66296453a0cb46a1fab53e512f359a (patch)
tree7bb938a8e1ad8b2b63182cfbb4e1fa66acfed018 /Cargo.toml
parentcfd2d0823474ce7867d71b09b7da9ec7ed2bb542 (diff)
add obi as git dep
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5fa2e12..277d6b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,6 @@ edition = "2018"
8 8
9[dependencies] 9[dependencies]
10sdl2 = {version = "0.34", features = ["ttf"]} 10sdl2 = {version = "0.34", features = ["ttf"]}
11obi = { path = "../obi" } 11obi = { git = "https://github.com/nerdypepper/obi" }
12env_logger = "0.8.3" 12env_logger = "0.8.3"
13log = "0.4.0" 13log = "0.4.0"