03068a8734
Examples-only excerpt of #547, as the generator and ash-window example changes need more work. Fixes #550.
15 lines
486 B
TOML
15 lines
486 B
TOML
[package]
|
|
name = "examples"
|
|
version = "0.1.0"
|
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
winit = "0.26"
|
|
image = "0.23"
|
|
# The examples require the validation layers, which means the SDK or
|
|
# equivalent development packages should be present, so we can link
|
|
# directly and benefit from the infallible `Entry` constructor.
|
|
ash = { path = "../ash", default-features = false, features = ["linked", "debug"] }
|
|
ash-window = { path = "../ash-window" }
|