2016-08-14 09:13:39 +10:00
|
|
|
[package]
|
2016-12-26 00:38:26 +11:00
|
|
|
name = "examples"
|
2016-08-14 09:13:39 +10:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
2023-02-18 04:11:44 +11:00
|
|
|
edition = "2021"
|
2016-08-14 09:13:39 +10:00
|
|
|
|
|
|
|
[dependencies]
|
2022-09-23 20:40:12 +10:00
|
|
|
image = "0.24"
|
|
|
|
raw-window-handle = "0.5"
|
|
|
|
winit = "0.27.1"
|
2021-12-27 21:49:40 +11: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 17:07:09 +10:00
|
|
|
ash-window = { path = "../ash-window" }
|