summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: ee76fa95d4bf732cceafae3b8f21c5d6e0d56c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tbui-rs"
version = "0.1.0"
authors = ["Nao Pross <np@0hm.ch>"]
edition = "2018"

[dependencies]
clipboard = "0.5"
glium = { version = "0.29", default-features = true }
imgui = "0.7.0"
imgui-glium-renderer = "0.7.0"
imgui-winit-support = "0.7.0"
rlua = "0.17.0"