diff options
author | Akshay <[email protected]> | 2021-05-13 16:20:17 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-05-13 16:20:17 +0100 |
commit | 09ee8cc84251d1758766dedff9e25497eebb88d8 (patch) | |
tree | dc837f785ad64d6c284235aa6c53fa533a3efbf1 /Cargo.toml | |
parent | 41c50e4c324b19183d1c36c185878d4fa500662a (diff) |
rework arity errors
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ edition = "2018" | |||
8 | 8 | ||
9 | [dependencies] | 9 | [dependencies] |
10 | sdl2 = {version = "0.34", features = ["ttf"]} | 10 | sdl2 = {version = "0.34", features = ["ttf"]} |
11 | # move obi into workspace? | ||
11 | # obi = { git = "https://github.com/nerdypepper/obi", rev = "7773bfb4c63ab3ea49b428e20ef0946b713fd5f5" } | 12 | # obi = { git = "https://github.com/nerdypepper/obi", rev = "7773bfb4c63ab3ea49b428e20ef0946b713fd5f5" } |
12 | env_logger = "0.8.3" | 13 | env_logger = "0.8.3" |
13 | log = "0.4.0" | 14 | log = "0.4.0" |