Skip to content

Commit

Permalink
Fixed cargo run, it now works!
Browse files Browse the repository at this point in the history
  • Loading branch information
OleStrohm committed Dec 5, 2021
1 parent 8361458 commit 8ee8f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
runner = "./runner.sh"
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ edition = "2021"
log = "0.4.14"
stderrlog = "0.5.1"
x11 = { version = "2.19.1", features = ["xlib"] }

[target.x86_64-unknown-linux-gnu.runner]
runner = "./runner.sh"

0 comments on commit 8ee8f91

Please sign in to comment.