From 627dc10a30b9ff136fc938570820ff82c7f49489 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 1 Jul 2026 16:21:37 -0700 Subject: initial Force-Push: yes Change-Id: I8ad20ee63db338119a3f54de36b4f8c6fc1feb52 --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] +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" -- cgit 1.4.1