mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-29 12:43:38 +03:00
f64f411093
crate:: paths everywhere. not yet fiddling with 'extern crate's
12 lines
218 B
TOML
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"
|