Tom A. Wagner
110e9ef67f
meson: Add dist script to vendor cargo dependencies for offline builds
2021-11-30 09:59:56 +01:00
Tom A. Wagner
502cf4476b
gtk4dep: bump to 4.4 for fixed gtk_pick when using affine transform
...
This will be needed in a later commit for zooming in on the canvas using an affine (scaling) transformation matrix
2021-11-24 16:11:16 +01:00
Tom A. Wagner
eac973da15
Swap to rust 2021 edition and move rustc version check from meson.build to Cargo.toml
2021-11-24 16:11:16 +01:00
Tom A. Wagner
958fa15230
Release 0.3.1
2021-09-30 08:45:11 +02:00
Tom A. Wagner
dfb1b754c7
Add and install icons.
...
This adds one new app icon and one new symbolic icon, and makes meson install these to the appropriate
directories, and adds an appropriate entry in the .desktop file.
2021-09-30 08:28:06 +02:00
Tom A. Wagner
da5da90352
Add .desktop file
...
This adds a .desktop file (without icon for now), which will automatically be installed when
`meson install` is run.
2021-08-29 18:41:09 +02:00
Tom A. Wagner
a8bfd8383e
buildsystem: Move to meson for building the project
...
Meson will allow us to:
- Verify the used rust compiler is recent enough
- Install ressources such as a .desktop files, icons, etc.
2021-08-29 17:28:55 +02:00