[package] name = "rkrga" version = "0.1.2" edition = "2021" license = "MIT" categories = ["embedded", "external-ffi-bindings", "graphics"] description = "Rockchip RGA bindings for Rust" documentation = "https://docs.rs/rkrga" repository = "https://github.com/varphone/rkrga.git" authors = ["Varphone Wong "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs] no-default-features = true default-target = "aarch64-unknown-linux-gnu" [dependencies] rkrga-sys = { version = "0.1.1", path = "rkrga-sys" } [dev-dependencies] paste = "1.0" [features] default = [] use-bindgen = ["rkrga-sys/use-bindgen"] v1_2_6 = [] v1_3_0 = ["v1_2_6"] v1_3_1 = ["v1_3_0"] [workspace] members = ["rkrga-sys"]