trying to make config work

This commit is contained in:
maxstrb 2026-02-27 17:20:33 +01:00
parent 2abbacf66e
commit 670f7a5c70
7 changed files with 187 additions and 58 deletions

View file

@ -13,6 +13,9 @@ winit = { version = "0.30.12", default-features = false, features = ["wayland"]
[build-dependencies]
cxx-build = "1.0"
pkg-config = "0.3"
quote = "1.0.44"
toml = {version = "1.0.3", default-features = false, features = ["parse", "serde", "std"] }
serde = "1.0.228"
[profile.release]
opt-level = 3