| Crates.io | razermacos |
| lib.rs | razermacos |
| version | 0.1.0 |
| created_at | 2022-10-06 13:57:34.234218+00 |
| updated_at | 2022-10-06 13:57:34.234218+00 |
| description | Bindings to librazermacos for allowing interaction with Razer peripherals on macOS. |
| homepage | https://github.com/fcoury/razermacos-rs |
| repository | https://github.com/fcoury/razermacos-rs |
| max_upload_size | |
| id | 681347 |
| size | 33,967 |
librazermacos bindings for Rust.
[dependencies]
razermacos = "0.1"
This version currently requires that you have the librazermacos.so library on your load path. This typically involves building the library manually and copying the resulting file to either /usr/local/lib or /usr/lib.
git clone https://github.com/fcoury/razermacos-rs
cd razermacos-rs/librazermacos-sys
git submodule update --init
cd librazermacos
make
sudo cp librazermacos.so /usr/local/lib