From cdab0086ec6eae662a9c40503f302f391141fbc0 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 24 Jan 2020 01:56:40 -0600 Subject: example --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8ad6de8 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "working-title" +version = "0.1.0" +authors = ["Tom Barrett "] +edition = "2018" + +[dependencies] +luminance = "0.38" +luminance-derive = "0.5.2" +luminance-glfw = "0.12" -- cgit v1.2.3