Marcus Meissner
4fefe0c8a0
- Update to 0.4.1 * Adapt cargo config - Packaging: * Added compatibility logo variants for environments which can't render the default SVG - Added: * Terminal escape bindings with combined modifiers for Delete and Insert * Colored emojis on Linux/BSD * Value randr for WINIT_HIDPI_FACTOR, to ignore Xft.dpi and scale based on screen dimensions - Changed: * The enable_experimental_conpty_backend config option has been replaced with winpty_backend - Fixed: * URLs not truncated with non-matching single quote * Absolute file URLs (file:///home) not recognized because of leading / * Clipboard escape OSC 52 not working with empty clipboard parameter * Incorrect window size on X11 when waking up from suspend * Width of Unicode 11/12 emojis * Performance bottleneck when clearing colored rows * Crash on clear when scrolled up in history * Entire screen getting underlined/stroke out when running clear * Slow startup on some Wayland compositors * Resize cursor not showing up on Wayland * Maximized windows spawning behind system panel on Gnome Wayland - Removed: * Support for 8-bit C1 escape sequences OBS-URL: https://build.opensuse.org/request/show/766389 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=23
16 lines
430 B
Plaintext
16 lines
430 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/chrisduerr/glutin"]
|
|
git = "https://github.com/chrisduerr/glutin"
|
|
branch = "master"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/rust-windowing/winit"]
|
|
git = "https://github.com/rust-windowing/winit"
|
|
rev = "d1c6506865c7bddbb5fb4d80a613e43ddc1370b5"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor"
|