diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-01-13 06:36:22 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2022-01-13 15:08:26 +0100 |
commit | 97705e0746133dee39ad998447defa4f0ddaf09b (patch) | |
tree | 6781b030f0b671e8440bde61ab034051ea60fdbc /extra/osx/Alacritty.app/Contents/Info.plist | |
parent | a4db1a1f5144cab5f94edcacf7602930438e628e (diff) | |
download | alacritty-97705e0746133dee39ad998447defa4f0ddaf09b.tar.gz alacritty-97705e0746133dee39ad998447defa4f0ddaf09b.zip |
Remove time dependency
In 7398e9f a regression was introduced which causes Alacritty to crash
on startup since wayland has a keyboard repeat rate thread started
before our logger is initialized.
Since the latest version of time was rather inconvenient to use anyway
and there is no nice solution for this issue other than downgrading the
`time` version again, the time since startup is now logged instead of
the local time.
This should still provide all the relevant information, while getting
rid of an unnecessary dependency. While it would be possible to also
print the delta between log messages, this can be trivially computed so
it has been omitted to skip adding another `Mutex` to the `Logger`
struct.
Diffstat (limited to 'extra/osx/Alacritty.app/Contents/Info.plist')
0 files changed, 0 insertions, 0 deletions