mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: allow gui build without drm (#217)
lact-daemon with default features depends on drm, which breaks build without drm.
This commit is contained in:
@@ -10,7 +10,7 @@ gtk-tests = []
|
||||
|
||||
[dependencies]
|
||||
lact-client = { path = "../lact-client" }
|
||||
lact-daemon = { path = "../lact-daemon" }
|
||||
lact-daemon = { path = "../lact-daemon", default-features = false }
|
||||
gtk = { version = "0.7", package = "gtk4", features = ["v4_6", "blueprint"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
Reference in New Issue
Block a user