summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBerke Güzel <wenekar1@gmail.com>2026-04-29 15:46:59 +0300
committerBerke Güzel <wenekar1@gmail.com>2026-04-29 15:46:59 +0300
commit62c9d42e112ba7a532e790d982ec4b959ef55386 (patch)
tree0697ae23b70c01a9e6bc2c03c0813432ec9b6221 /Cargo.toml
first commitHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..bafd9d2
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "vkdecode-winit"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+ash = "0.38"
+ash-window = "0.13.0"
+raw-window-handle = "0.6"
+winit = { version = "0.30", flags = ["rwh_06"] }