[package]
edition = "2021"
name = "g2d-sys"
version = "1.0.1"
authors = ["Au-Zone Technologies <support@au-zone.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for NXP i.MX G2D 2D graphics accelerator"
homepage = "https://edgefirst.ai"
documentation = "https://docs.rs/g2d-sys"
readme = "README.md"
keywords = [
"g2d",
"nxp",
"imx8",
"ffi",
"graphics",
]
categories = [
"external-ffi-bindings",
"hardware-support",
"multimedia::images",
]
license = "MIT"
repository = "https://github.com/EdgeFirstAI/hal"
resolver = "3"
[lib]
name = "g2d_sys"
path = "src/lib.rs"
[dependencies.four-char-code]
version = "2.3.0"
[dependencies.libloading]
version = "0.8.8"
[dependencies.log]
version = "0.4.27"
[dependencies.nix]
version = "0.30.1"
features = [
"fs",
"ioctl",
"mman",
]