diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ee76fa9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" |