X-Git-Url: http://git.mutantstargoat.com?p=rust_hw;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=97473f8fa1587421c72a292df98261498575a5b0;hp=ced86223ec732ba59c0d13789a87cf6c545ecd46;hb=71a577b9c4b3fc0b58ed2ec35748fa6d4f0473fd;hpb=45425b082aece995b1c4cfb6decf0cb11977aa4b diff --git a/Cargo.toml b/Cargo.toml index ced8622..97473f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] -gl = "0.10.0" +[dependencies.gl] +version = "0.10.0" [dependencies.sdl2] version = "0.32.2"