From a3a177159085b7a26d79fb39e2ddda653aac766a Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 7 Aug 2022 08:48:38 +0200 Subject: bin: prepare for scheme editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Optionally build against slint (sixtyfps) to provide an “edit” subcommand. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ac7f62c..6aca9fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,9 +18,11 @@ libc = "0.2" clap = { version = "2.33", optional = true } anyhow = { version = "1.0", optional = true } base64 = "0.13" +slint = { version = "0.2", optional = true } [features] vtcol-bin = [ "anyhow", "clap" ] +gui = [ "vtcol-bin", "slint" ] [[bin]] name = "vtcol" -- cgit v1.2.3