abstreet/tmp_gfx/Cargo.toml
Dustin Carlino f64f411093 upgrade all crates to 2018 in Cargo.toml. this requires switching to
crate:: paths everywhere. not yet fiddling with 'extern crate's
2018-12-06 10:57:31 -08:00

12 lines
218 B
TOML

[package]
name = "tmp_gfx"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
gfx = "0.17.1"
gfx_device_gl = "0.15.3"
gfx_window_glutin = "0.26.0"
glutin = "0.18.0"