From 5c239f9a420ea86fae08be70deece25e0e1b98ff Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 20 Apr 2021 20:39:36 +0530 Subject: readd cursor; compress images with RLE --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c76160a..311e10b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,8 @@ edition = "2018" [dependencies] sdl2 = {version = "0.34", features = ["ttf"]} -obi = { git = "https://github.com/nerdypepper/obi", rev = "7d2924015e691fa229c6b6fd96240ef47b3a9e5f" } +# 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" -- cgit v1.2.3