Skip to content

Commit

Permalink
Allow installing project with cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nykseli committed Jun 15, 2023
1 parent 7fbacf9 commit 7982838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 7982838

Please sign in to comment.