Commit graph

13 commits

Author SHA1 Message Date
Alejandro Domínguez
0733e0bff6 Remove static_resources.rs from .gitignore 2020-11-07 15:47:08 +01:00
Daniel García Moreno
ecde3e070c Merge branch 'jcaesar/fractal-master' 2020-08-03 08:20:43 +02:00
Juraj Fiala
fce71313d3 git: Ignore Flatpak workfiles
When manually building Fractal with Flatpak, it creates these folders:

- .flatpak-builder/ -- cache folder for downloads/builds
- fractal/ -- build folder, name recommended by the README

Also add .flatpak files (Flatpak bundles), useful when creating builds you want to share for testing.
2020-06-29 06:04:43 +00:00
Julius Michaelis
9bc8279c5d meson fallback wrap file for libhandy 2020-06-15 06:34:58 +00:00
David Heidelberg
e3198dd115 .gitignore vscode/vscodium directory
Signed-off-by: David Heidelberg <david@ixit.cz>
2020-04-13 06:55:52 +00:00
Christopher Davis
7b1734af95 build: Build resources with meson instead of build.rs
Allows us to get rid of build.rs, which was only used to
compile resources. static_resource.rs is now created by
meson, and the meson path is used for include_bytes!.
2019-04-27 16:24:08 +00:00
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