sip 0.1.0

Interactive Wayland screen-region selector with slurp-compatible output
Documentation
{
  mkShell,
  libxkbcommon,
  pkg-config,
  rustc,
  cargo,
  rust-analyzer,
  rustfmt,
  clippy,
  taplo,
  wayland,
}:
mkShell {
  name = "sip";

  strictDeps = true;
  nativeBuildInputs = [
    rustc
    cargo
    rustfmt
    clippy
    taplo
    rust-analyzer
    pkg-config
  ];

  buildInputs = [
    wayland
    libxkbcommon
  ];
}