temporary downstream for libhandy-rs
Go to file
2021-04-19 06:52:43 +03:00
gir@60cbef0540 Regen bindings libhandy1 + newest gtk-rs stack 2020-07-10 21:13:45 +00:00
gir-files@3043b14084 update gir/gir-files 2020-06-08 22:34:23 +02:00
libhandy Change the license to LGPL 2.1 to match libhandy 2021-04-19 06:52:43 +03:00
libhandy-sys Change the license to LGPL 2.1 to match libhandy 2021-04-19 06:52:43 +03:00
subprojects bump to libhandy-1 & release 0.7.0 2020-09-08 21:32:45 +02:00
.gitignore Add .gitignore 2019-01-20 15:46:30 +02:00
.gitlab-ci.yml docs: stop generating docs for dependencies 2021-02-28 15:10:29 +00:00
.gitmodules add gir and gir-files as submodules 2018-12-27 12:50:30 +01:00
Cargo.toml fix nameing 2018-12-27 17:28:23 +01:00
Handy-1.gir bump to libhandy-1 & release 0.7.0 2020-09-08 21:32:45 +02:00
LICENSE Change the license to LGPL 2.1 to match libhandy 2021-04-19 06:52:43 +03:00
meson.build Docs: generate the latest stable docs 2019-12-20 14:41:36 +01:00
README.md Add link to docs to README 2021-04-13 14:36:04 +00:00
regen.sh Regen bindings libhandy1 + newest gtk-rs stack 2020-07-10 21:13:45 +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