abstreet/tmp_gfx/Cargo.toml

12 lines
218 B
TOML
Raw Normal View History

2018-09-10 05:26:06 +03:00
[package]
name = "tmp_gfx"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
2018-09-10 05:26:06 +03:00
[dependencies]
gfx = "0.17.1"
gfx_device_gl = "0.15.3"
gfx_window_glutin = "0.26.0"
glutin = "0.18.0"