temporary downstream for libhandy-rs
Go to file
2020-04-13 14:50:17 +02:00
gir@894f9e50ce Update gir and gir-files submodules to match the gtk-rs release and regen 2019-12-31 01:06:40 +02:00
gir-files@22748fa889 Update gir and gir-files submodules to match the gtk-rs release and regen 2019-12-31 01:06:40 +02:00
libhandy Update cargo feature version to make it possible to use newer libhandy features 2020-04-13 14:50:17 +02:00
libhandy-sys Update gir and gir-files submodules to match the gtk-rs release and regen 2019-12-31 01:06:40 +02:00
subprojects Regenerate with v0.0.13 2019-12-28 19:50:53 +01:00
.gitignore Add .gitignore 2019-01-20 15:46:30 +02:00
.gitlab-ci.yml CI: build all-features for docs job as well 2019-12-21 17:02:26 +02: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-0.0.gir Regenerate with v0.0.13 2019-12-28 19:50:53 +01:00
LICENSE Add License 2018-09-12 21:03:54 +00:00
meson.build Docs: generate the latest stable docs 2019-12-20 14:41:36 +01:00
README.md update readme 2019-12-31 01:17:07 +02:00
regen.sh bump gir and gtk and regen 2019-02-23 05:00:37 +02: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