Skip to content

Commit

Permalink
fix: change cargo lib and bin path to enable build on WSL (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk authored Nov 5, 2024
1 parent 2eda7e8 commit 45a9255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ edition = "2021"
default-run = "glazewm"

[lib]
path = "src\\lib.rs"
path = "src/lib.rs"

[[bin]]
name = "glazewm"
path = "src\\main.rs"
path = "src/main.rs"

[features]
no_console = []
Expand Down

0 comments on commit 45a9255

Please sign in to comment.