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" }