use my glutin fix to start windows on linux faster, until it's upstreamed

This commit is contained in:
Dustin Carlino 2020-02-28 12:54:21 -08:00
parent 0c89b98525
commit ee9485a144
2 changed files with 4 additions and 1 deletions

View File

@ -23,3 +23,6 @@ members = [
# update dependencies often).
[profile.dev.package."*"]
opt-level = 3
[patch.crates-io]
glutin = { git = "https://github.com/dabreegster/glutin" }

View File

@ -17,7 +17,7 @@ cpuprofiler = { version = "0.0.3", optional = true }
geom = { path = "../geom" }
glium = { version = "0.26.0", optional = true }
glow = { version = "0.4.0", optional = true, default-features=false }
glutin = { version = "0.23.0", optional = true }
glutin = { git = "https://github.com/dabreegster/glutin", optional = true }
htmlescape = "0.3.1"
image = "0.22.2"
instant = "0.1.2"