From c322b0ffd7a0baa31b200cec82aa386c26188b53 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 25 Apr 2021 09:45:17 +0530 Subject: add `export-png` primitive --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 311e10b..01e7e31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,11 @@ edition = "2018" [dependencies] sdl2 = {version = "0.34", features = ["ttf"]} -# obi = { git = "https://github.com/nerdypepper/obi", rev = "63af58d6a3fd68bdb313305881627dab534346e2" } -obi = { path = "../obi"} +# obi = { git = "https://github.com/nerdypepper/obi", rev = "7773bfb4c63ab3ea49b428e20ef0946b713fd5f5" } env_logger = "0.8.3" log = "0.4.0" pico-args = "0.4.0" + +[dependencies.obi] +path = "../obi" +features = ["png"] -- cgit v1.2.3