Cargo Features
ckia_sys has no features set by default.
[dependencies]
ckia_sys = { version = "121.0.0", features = ["build_from_src", "is_component_build", "use_system_libs"] }
- default
-
This will download libs to link unless build_from_src is enabled
- build_from_src use_system_libs?
-
build from src. if disabled, download libs from github
- is_component_build
-
for shared libraries instead of static. doesn't work properly yet.
- use_system_libs = build_from_src
-
by default, we statically link to some libs like harfbuzz. enable this if you want to link to system lib instead.