summary refs log tree commit diff
path: root/Cargo.toml
blob: 1f98cc9f38da14b31dc641afc5d7e34deecd7084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "surreality"
version = "0.1.0"
authors = ["Irene Knapp <ireneista@irenes.space>"]
edition = "2024"

[features]
# Validation is turned on by debug assertions, and also by this feature.
vulkan-validation = [ ]

[dependencies]
libloading = "0.8.9"
png = "0.18.1"
winit = "0.30.13"

[dependencies.vulkanalia]
version = "0.35.0"
features = [ "libloading", "window" ]