summary refs log tree commit diff
path: root/Cargo.toml
blob: 81e881e3574b0d63591cbb7ed1a22ee08a65e513 (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"

[dependencies]
vulkanalia = "0.35.0"
winit = "0.30.13"
#anyhow = "1"
#log = "0.4"
#cgmath = "0.18"
#png = "0.17"
#pretty_env_logger = "0.5"
#thiserror = "1"
#tobj = { version = "3", features = ["log"] }
#vulkanalia = { version = "=0.35.0", features = ["libloading", "provisional", "window"] }
#winit = "0.29"