diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-07-01 16:21:37 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-07-02 03:11:11 -0700 |
| commit | 627dc10a30b9ff136fc938570820ff82c7f49489 (patch) | |
| tree | e94fea8f6a50a50db6b7f68a6694b77bbb04e98a /Cargo.toml | |
initial
Force-Push: yes Change-Id: I8ad20ee63db338119a3f54de36b4f8c6fc1feb52
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..81e881e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" |