From 38d0476054237dbb5b634ea9ab212c184821c8b9 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Fri, 25 Sep 2020 14:18:44 +0100 Subject: [PATCH] include bitsy-parser --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a7a32fc..7189bb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +bitsy-parser = "^0.72.0" gio = "^0" gtk = "^0"