Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 403 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 403 Bytes

Contributing to GlazeWM

Installing Rust

Rust nightly is currently used. rustup is the recommended way to set up the Rust toolchain.

Development

To start the project in development mode:

# `cargo build` will build both the watcher + wm binaries.
# `cargo run` will run the default binary, which is configured to be the wm.
cargo build && cargo run