chore(bluetooth): refactor to make it easier to share logic

This commit is contained in:
Michael Aaron Murphy 2025-05-01 13:38:08 +02:00
parent 6701a634b7
commit 5f6561c4ab
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 189 additions and 128 deletions

View file

@ -43,7 +43,7 @@ debug = true
[profile.release]
opt-level = "s"
lto = "thin"
lto = "off"
# [patch.'https://github.com/smithay/client-toolkit/']
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }