mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
This also forces the update to glutin 0.24.0 and winit 0.22.1 in imgui-example's lock file.
19 lines
604 B
TOML
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" }
|