Add readme

This commit is contained in:
Guillaume Gomez
2019-10-29 18:07:19 +01:00
parent 5a2d8e9cb2
commit c82ee03cdb

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# gir-files
This repository is used to generate all `gtk-rs` crates. It contains the definitions of the GNOME libraries' APIs.
If a new GTK version was released, you can update the files by doing so:
```bash
./dl.sh && ./fix.sh
```
Please don't forget to check that [`gir`](https://github.com/gtk-rs/gir) can still run with the new files since breaking changes can appear.