Commit graph

7 commits

Author SHA1 Message Date
Christopher Davis
bd4d7b8859 build: Use config.rs instead of env! macro
Previously we were using the env! macro to determine
build-time variables like version, app ID, and locale dir.
Instead of relying on env vars, we can create a configuration
file with meson and import it.
2019-04-27 16:24:08 +00:00
Daniel García Moreno
430fdbcd9e Versioning Cargo.lock
Fix #125
2018-03-22 10:38:36 +01:00
Jordan Petridis
0623f06c46
Cleanup of build.rs 2017-11-10 20:08:53 +02:00
Daniel García Moreno
d0dac5e7ad meson release build target that generates tar.gz with vendor 2017-11-09 20:57:21 +01:00
Daniel García Moreno
73895f22e7 Compiling and install using meson 2017-11-08 12:44:55 +01:00
Daniel García Moreno
98ba736040 Removing ruma and renaming the project to Guillotine
I've simplified the project, removing all the tokio communication stuff
and the ruma-client, calling directly to the Matrix.org API using the
reqwest rust lib.
2017-08-17 18:15:46 +02:00
Jonas Platte
3f32474ae4 Initial commit 2016-12-29 17:22:33 +01:00