summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd84554..d144c47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,19 @@ name = "pxs"
version = "0.1.0"
edition = "2024"
+[package.metadata.bundle]
+name = "pxs"
+identifier = "com.aberrantflux.pxs"
+icon = ["assets/icon.png"]
+version = "0.1.0"
+copyright = "Copyright © 2026 Kai Stevenson. All rights reserved."
+category = "Game"
+short_description = "A physics game"
+long_description = """
+A falling sand physics game with cells, particles, rigidbodies.
+"""
+
+
[dependencies]
wgpu = "29.0.4"
wgpu-types = "29.0.4"