temporary downstream for libhandy-rs
Go to file
2021-05-04 15:40:52 +00:00
gir@c2fbdbd1df Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
gir-files@6088bb634a Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
libhandy Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
libhandy-sys Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
.gitignore Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
.gitlab-ci.yml Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
.gitmodules add gir and gir-files as submodules 2018-12-27 12:50:30 +01:00
Cargo.toml Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
fix-gir-mistakes.sh Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
generator.py Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
Handy-1.gir Add v1.2 support and catch up with gtk-rs master 2021-05-04 15:40:52 +00:00
LICENSE Change the license to LGPL 2.1 to match libhandy 2021-04-19 06:52:43 +03:00
README.md Add link to docs to README 2021-04-13 14:36:04 +00:00

libhandy-rs

This repository contains the rust bindings for libhandy.

Using

Add this line to your Cargo file

[dependencies]
libhandy = { git = "https://gitlab.gnome.org/World/Rust/libhandy-rs" }

Build

We use gir to generate rust libhandy bindings. The bindings are split in two parts, sys and api.

git clone --recurse https://gitlab.gnome.org/World/Rust/libhandy-rs.git
./regen.sh