Malik Olivier Boussejra 7268d35be7 [gfx_examples] Update glutin to 0.19.0
Attempt to fix #172 for gfx back-end.
2018-12-01 17:57:54 +09:00

17 lines
502 B
TOML

[package]
name = "imgui-glutin-support"
version = "0.0.22-pre"
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
description = "glutin support code for the imgui crate"
homepage = "https://github.com/Gekkio/imgui-rs"
repository = "https://github.com/Gekkio/imgui-rs"
license = "MIT/Apache-2.0"
categories = ["gui"]
[badges]
travis-ci = { repository = "Gekkio/imgui-rs" }
[dependencies]
glutin = ">= 0.17, <= 0.19"
imgui = { version = "0.0.22-pre", path = "../" }