worf/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

9 lines
145 B
TOML

[workspace]
members = [
"worf",
"examples/worf-warden",
"examples/worf-hyprswitch",
"examples/worf-hyprspace",
]
resolver = "3"