Skip to content

Commit 2009007

Browse files
authored
fix: allow gui build without drm (#217)
lact-daemon with default features depends on drm, which breaks build without drm.
1 parent 0db7173 commit 2009007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lact-gui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gtk-tests = []
1010

1111
[dependencies]
1212
lact-client = { path = "../lact-client" }
13-
lact-daemon = { path = "../lact-daemon" }
13+
lact-daemon = { path = "../lact-daemon", default-features = false }
1414
gtk = { version = "0.7", package = "gtk4", features = ["v4_6", "blueprint"] }
1515
tracing = "0.1"
1616
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)