https://github.com/fbernier/graphicsmagick-rs
Rust bindings for GraphicksMagic
https://github.com/fbernier/graphicsmagick-rs
Last synced: 2 months ago
JSON representation
Rust bindings for GraphicksMagic
- Host: GitHub
- URL: https://github.com/fbernier/graphicsmagick-rs
- Owner: fbernier
- License: mit
- Created: 2015-10-23T22:22:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T22:25:09.000Z (over 9 years ago)
- Last Synced: 2025-02-07T20:43:46.046Z (4 months ago)
- Language: Rust
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generating the bindings
```
echo '#include ' &&
./bindgen `GraphicsMagick-config --cppflags --ldflags --libs` ~/gen.h -o ../graphicksmagic-rs/src/bindings.rs -builtins
```