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