forked from NotAShelf/beer
meta: split protocol codecs and encoders into a beer-protocols crate
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib7706308c892e43d2044fbb766505e9e6a6a6964
This commit is contained in:
parent
3e49e94f56
commit
1f1451f108
30 changed files with 910 additions and 484 deletions
17
crates/beer-protocols/Cargo.toml
Normal file
17
crates/beer-protocols/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "beer-protocols"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
description = "Terminal protocol codecs and key/mouse wire encoders used by beer"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
# Provides the keyboard vocabulary (Keysym, Modifiers, KeyEvent) the key
|
||||
# encoder consumes; the version is kept in lockstep with beer so the types
|
||||
# unify to a single definition across the workspace.
|
||||
smithay-client-toolkit = "0.20.0"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue