Add CEF runtime to Linux builds (#494)

This commit is contained in:
Gregory Schier
2026-07-03 14:22:47 -07:00
committed by GitHub
parent 1206d5889d
commit cc05fec59d
21 changed files with 1410 additions and 210 deletions
@@ -0,0 +1,12 @@
[package]
name = "yaak-system-appearance"
version = "0.1.0"
edition = "2024"
publish = false
[target.'cfg(target_os = "linux")'.dependencies]
dark-light = "2.0.0"
[dependencies]
log = { workspace = true }
tauri = { workspace = true }