mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
use my glutin fix to start windows on linux faster, until it's upstreamed
This commit is contained in:
parent
0c89b98525
commit
ee9485a144
@ -23,3 +23,6 @@ members = [
|
||||
# update dependencies often).
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
[patch.crates-io]
|
||||
glutin = { git = "https://github.com/dabreegster/glutin" }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user