mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-11 03:27:08 +02:00
I was getting really tired of having to switch between display inputs to different platform-specific machines to be able to make and test changes on komorebi for Windows and komorebi for Mac. With this commit, the `flake.nix` provides a Nix devShell and crane build for users to make and validate changes with `cargo check`, `cargo clippy` and `cargo build` with the Windows MSVC toolchain on Linux and macOS.
12 lines
294 B
TOML
12 lines
294 B
TOML
[package]
|
|
name = "komorebi-shortcuts"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
whkd-parser = { git = "https://github.com/LGUG2Z/whkd", rev = "v0.2.10" }
|
|
whkd-core = { git = "https://github.com/LGUG2Z/whkd", rev = "v0.2.10" }
|
|
|
|
eframe = { workspace = true }
|
|
dirs = { workspace = true }
|