aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-17 12:20:36 +0000
committerAkshay <[email protected]>2021-03-17 12:20:36 +0000
commit8017f92785f936721cfc4bfa675859dc9aaf649e (patch)
tree3b5f9e7c8ec66686ced6251cf7d4de4ecb1c7cc8 /Cargo.toml
parentf33cf3e1cc42ff72e7d2dc3d66c47064f60bd0eb (diff)
add obi to deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3b887b..48976e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ edition = "2018"
8 8
9[dependencies] 9[dependencies]
10sdl2 = {version = "0.34", features = ["ttf"]} 10sdl2 = {version = "0.34", features = ["ttf"]}
11obi = { path = "../obi" }