worf/examples/worf-hyprswitch/Cargo.toml
Alexander Mohr 6ce81a56d5 breaking api changes: improve API for gui and reduce cloning
* change signature of gui::show to include option with factory
  trait to create new element instead of boolean
* change signature of get_[sub_]elements
  the newer signature makes it way clearer what the semantic behind
  the value is.
* improve how completion with tab is handled
* added config option, so tab can be used to submit
2025-07-03 19:30:51 +02:00

13 lines
243 B
TOML

[package]
name = "worf-hyprswitch"
version = "0.1.0"
edition = "2024"
[dependencies]
worf = {path = "../../worf"}
env_logger = "0.11.8"
hyprland = "0.4.0-beta.2"
sysinfo = "0.35.2"
freedesktop-icons = "0.4.0"
rayon = "1.10.0"
toml = "0.8.22"