Link native libraries (#7)

* Link OpenXR loader at build time

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

* Link fontconfig at build time

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

---------

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-02-11 15:34:46 +01:00
committed by GitHub
parent a86b3861bb
commit 75da834e4a

View File

@@ -18,7 +18,7 @@ chrono-tz = "0.8.5"
cstr = "0.2.11"
ctrlc = { version = "3.4.2", features = ["termination"] }
env_logger = "0.10.0"
fontconfig-rs = { version = "0.1.1", features = ["dlopen"] }
fontconfig-rs = "0.1.1"
freetype-rs = "0.32.0"
futures = "0.3.29"
glam = { version = "0.24.1", features = ["approx"] }
@@ -29,7 +29,7 @@ json = { version = "0.12.4", optional = true }
libc = "0.2.147"
log = "0.4.20"
once_cell = "1.18.0"
openxr = { version = "0.17.1", optional = true }
openxr = { version = "0.17.1", features = ["linked"], optional = true }
ovr_overlay = { features = ["ovr_input", "ovr_system"], git = "https://github.com/galister/ovr_overlay_oyasumi", optional = true }
png = "0.17.10"
raw-window-handle = "0.5.2"