2021-10-06 11:35:07 -04:00

15 lines
464 B
TOML

[package]
name = "imgui-glium-renderer"
version = "0.8.1-alpha.0"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "Glium renderer for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
license = "MIT/Apache-2.0"
categories = ["gui", "rendering"]
[dependencies]
glium = { version = "0.30", default-features = false }
imgui = { version = "0.8.1-alpha.0", path = "../imgui" }