mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 23:41:30 +11:00
Merge pull request #3 from Huanzo/fix-hoveredfile
Update glutin to newest version 0.19.0
This commit is contained in:
commit
2570ce152a
|
@ -12,6 +12,6 @@ categories = ["rendering"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
glutin = "0.17.0"
|
glutin = "0.19.0"
|
||||||
gl = "0.10.0"
|
gl = "0.10.0"
|
||||||
rustic_gl = "0.3.2"
|
rustic_gl = "0.3.2"
|
||||||
|
|
Loading…
Reference in a new issue