From 67c3183181e5100cdb9f2f267b00f367278e29ee Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 24 Feb 2022 17:58:16 -0800 Subject: massage cargo dependencies Set glium to a version (0.14) which is compatible with the patched 0.5.2 version of glutin. Explicitly set rust edition to 2015 (which is "rust 1.0", the era from which this project was originally developed) --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6bb6e0d..0df0550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,13 @@ name = "exuberant_hacks" version = "0.2.0" authors = ["bnewbold "] +edition = "2015" [dependencies] glutin = "0.5.2" -glium = "0.*" -image = "0.*" -getopts = "^0.2" +glium = "0.14" +image = "0.10" +getopts = "0.2" time = "0.1" [replace] -- cgit v1.2.3