2016-08-14 01:13:39 +02:00
|
|
|
[package]
|
2023-11-17 17:27:28 +01:00
|
|
|
name = "ash-examples"
|
2016-08-14 01:13:39 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
2023-02-17 18:11:44 +01:00
|
|
|
edition = "2021"
|
2023-11-17 17:27:28 +01:00
|
|
|
publish = false
|
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"
|
2023-02-21 20:27:23 +01:00
|
|
|
winit = "0.28.0"
|
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" }
|