libpdraw-sys 7.5.0

Rust wrappers over Parrot's libpdraw library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
author = "daladim"
name = "libpdraw-sys"
version = "7.5.0"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "Rust wrappers over Parrot's libpdraw library"
homepage = "https://github.com/daladim/libpdraw-sys"
repository = "https://github.com/daladim/libpdraw-sys"
documentation = "https://docs.rs/libpdraw-sys"
keywords = ["Parrot", "pdraw", "Anafi", "drone"]
categories = ["api-bindings", "multimedia", "aerospace::drones"]

[build-dependencies]
bindgen = "0.69"

[dependencies]