Crates.io | libspnav-sys |
lib.rs | libspnav-sys |
version | 0.1.0 |
source | src |
created_at | 2019-03-24 23:04:03.2112 |
updated_at | 2019-03-24 23:04:03.2112 |
description | FFI bindings to libspnav-sys |
homepage | |
repository | https://github.com/xanium4332/libspnav-sys |
max_upload_size | |
id | 123583 |
size | 53,068 |
The libspnav-sys crate provides declarations and linkage for the libspnav C library. Following the *-sys package conventions, the libspnav-sys crate does not define higher-level abstractions over the native libspnav library functions.
This crate currently builds and links against libspnav v0.2.3
.
bindgen 0.48.1
was used to generate the bindings.
This crate makes use of cc
to compile spnav.c
, therfore a working C compiler useable by cc
is required.
Bindings are currently only provided for spnav.h
with USE_X11
disabled. X11
support (including spnav_magellon.h
) will be considered in the future.