summary refs log tree commit diff
path: root/Cargo.toml
blob: 0f11b5e5ba5824c1a46d82fff33ebdbb8f193df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"
tobj = "4.0.4"
winit = "0.30.13"

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