chore: remove gtk4 dev-dependency bloating builds

This commit is contained in:
Michael Aaron Murphy 2025-12-02 20:27:42 +01:00
parent 702ea3ed5c
commit 7bb19f1b50
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 1 additions and 72 deletions

View file

@ -15,13 +15,12 @@ btoi = "0.5.0"
memchr = "2.7.6"
memmap2 = "0.9"
thiserror = "2.0"
tracing = { version = "0.1.41", no-default-features = true }
tracing = { version = "0.1.41", default-features = false }
xdg = "3.0"
[dev-dependencies]
speculoos = "0.13.0"
linicon = "2.3.0"
gtk4 = "0.10"
criterion = "0.7"
[features]