12 lines
231 B
TOML
12 lines
231 B
TOML
[package]
|
|
name = "examples"
|
|
version = "0.1.0"
|
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
winit = "0.19.5"
|
|
image = "0.10.4"
|
|
ash = { path = "../ash" }
|
|
ash-window = { path = "../ash-window" }
|