-
d07334b
Update gtk to 0.18.Increase MSRV to 1.70.0.
- Bump gtk vesion: 0.15 -> 0.16
- f834d40 chore: add changelog on 2023-01-25
- Load exclusively using dynamic linking
This change lets dlopen
(through ld.so
) handle what paths to search in for the respective libraries.
Additionally this fixes a mistake with the library filenames. Now using the SONAME
instead of a symlinked name that happened to work when dev packages are installed.
Breaking: Support for $APPDIR
based appImage detection is removed.
Though it should still work, because appimages provide an LD_LIBRARY_PATH
that would be equivalent to what our previous detection method was doing in rust.
- bb8d280 Add changes on 2022-06-27
- aae5895 Add a backcompat feature flag on 2022-06-28
- 7f96c33 fix(covector): change bump to patch on 2022-06-28
- Update to gtk 0.15
- ae54bef Update to gtk 0.15 on 2022-01-17
- Update license to Apache-2.0 OR MIT.
- 09697b3 Update license to Apache2/MIT on 2021-10-13
- Bump version of libappindicator.
- 58e495d Bump version of libappindicator on 2021-10-11
- Update dependencies
- Fix example for gtk-0.10
- Remembered to make a CHANGELOG finally.
- Added theme paths
- Added non-full set icon methods
- Updated examples and dependencies