0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-11 13:09:18 +00:00
termux-packages/x11-packages/alacritty/patch-root-Cargo.diff
TomIO b04e84f352
addpkg(x11/alacritty): 0.13.2 (#20269)
Co-authored-by: <45286352+licy183@users.noreply.github.com>
2024-05-21 13:00:06 +02:00

11 lines
202 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,7 @@
lto = "thin"
debug = 1
incremental = false
+
+[patch.crates-io]
+winit = { path = "./winit-source" }
+glutin = { path = "./glutin-source/glutin" }