mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 12:53:27 +00:00
11 lines
202 B
Diff
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" }
|