From 7982838b261e004eba65fb97f25bdb4c21d94389 Mon Sep 17 00:00:00 2001 From: Miika Alikirri Date: Thu, 15 Jun 2023 22:51:54 +0300 Subject: [PATCH] Allow installing project with cargo --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b66398d..b68ea81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,10 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "tekstitv-gui" +path = "src/main.rs" + [patch.crates-io] winit = { git = "https://github.com/Nykseli/winit", branch = "windows-mouse-fix" }