Gabriel Smith bdf65d181e Update to glium 0.27
This also forces the update to glutin 0.24.0 and winit 0.22.1 in
imgui-example's lock file.
2020-05-18 15:12:38 -04:00

19 lines
604 B
TOML

[package]
name = "imgui-examples"
version = "0.0.0"
edition = "2018"
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
description = "imgui crate examples using Glium backend"
homepage = "https://github.com/Gekkio/imgui-rs"
repository = "https://github.com/Gekkio/imgui-rs"
license = "MIT/Apache-2.0"
publish = false
[dev-dependencies]
clipboard = "0.5"
glium = { version = "0.27", default-features = true }
image = "0.23"
imgui = { path = "../" }
imgui-glium-renderer = { path = "../imgui-glium-renderer" }
imgui-winit-support = { path = "../imgui-winit-support" }