2016-08-14 01:13:39 +02:00
|
|
|
[package]
|
2016-12-25 14:38:26 +01:00
|
|
|
name = "examples"
|
2016-08-14 01:13:39 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
2019-05-25 15:34:18 -04:00
|
|
|
edition = "2018"
|
2016-08-14 01:13:39 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2022-09-23 12:40:12 +02:00
|
|
|
image = "0.24"
|
|
|
|
raw-window-handle = "0.5"
|
|
|
|
winit = "0.27.1"
|
2021-12-27 02:49:40 -08:00
|
|
|
# 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"] }
|
2020-09-03 09:07:09 +02:00
|
|
|
ash-window = { path = "../ash-window" }
|