ash/examples/texture/Cargo.toml

10 lines
184 B
TOML
Raw Normal View History

2016-08-14 09:13:39 +10:00
[package]
name = "example"
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]
[dependencies]
glfw = "0.9.1"
2016-12-12 11:08:12 +11:00
image = "*"
2016-12-11 04:37:44 +11:00
ash = { version = "0.1.0", path = "../../"}