[package] name = "ckia_sys" version = "121.0.0" edition = "2021" homepage = "https://github.com/coderedart/ckia_sys.git" repository = "https://github.com/coderedart/ckia_sys.git" documentation = "https://docs.rs/ckia_sys" links = "skia" build = "build.rs" description = "c bindings crate for skia" license = "MIT OR Apache-2.0" [features] default = [] # This will download libs to link unless build_from_src is enabled build_from_src = [] # 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. [dependencies]