Skip to content

Commit 4fc8955

Browse files
committed
refactor(WR): add cfg_aliases
1 parent a12c527 commit 4fc8955

File tree

10 files changed

+243
-312
lines changed

10 files changed

+243
-312
lines changed

Cargo.in

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,18 @@ glyph-debug = []
8282
### Patches
8383

8484
# tmp ignore macOS alternative key characters.
85-
[patch.crates-io]
86-
winit = { git = "https://github.com/declantsien/winit", rev="d80de2ea150a36d078bd19b6c6ce1cc299304fc5" }
85+
[patch.crates-io.winit]
86+
git = "https://github.com/declantsien/winit"
87+
rev="716cceb53fa04dd47ca16a34ee5df07f72da1a2d"
8788

8889
[patch.crates-io.font-loader]
8990
git = "https://github.com/declantsien/rust-font-loader.git"
9091
rev = "0a53c767463e13346221ad23fa6dd50cd787cd72"
92+
93+
[patch.crates-io.surfman]
94+
git ="https://github.com/declantsien/surfman.git"
95+
rev = "ad2bf7faacb5b240a47ce280f72e914d1590712f"
96+
97+
[patch.crates-io.surfman-chains]
98+
git = "https://github.com/declantsien/surfman-chains.git"
99+
rev = "3a244f056147d517ee1ca8a490c89628d1539c90"

0 commit comments

Comments
 (0)