diff options
author | Nao Pross <np@0hm.ch> | 2021-03-09 17:45:51 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-03-09 17:45:51 +0100 |
commit | 1be2d1296f6bf8fc19e9ee089189c1917ef23cb5 (patch) | |
tree | 669efca2a25fb63c2f158936e899dfd55c447312 /Cargo.toml | |
download | testbench-ui-1be2d1296f6bf8fc19e9ee089189c1917ef23cb5.tar.gz testbench-ui-1be2d1296f6bf8fc19e9ee089189c1917ef23cb5.zip |
Start version control
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" |