Skip to content

rise-ui/raqm-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libraqm Rust FFI Bindings

Installing libraqm

In order to generate bindings, raqm-sys needs the libraqm to be intalled on a developer's system.

Building from sources

Clone the RAQM repo and checkout the 0.5.0 version.

git clone [email protected]:HOST-Oman/libraqm.git
cd td
git checkout v0.5.0

Then proceed with the install instructions in the libraqm repo README.md.

Install from repository

Use your distribution package manager to download and install the libraqm

Arch Linux
#: pacman -S libraqm

Generate Bindings

After installing libraqm, just add raqm-sys to your crate's dependencies

raqm-sys = "0.3"

And let the Cargo do it's magic!

cargo build

About

rust sys bindings for libraqm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published