summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-26 21:05:53 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-26 21:05:53 -0700
commit893502300c0206cf629ff4e9ed5b9327743ebd30 (patch)
treef79d4ebec0f77238f4e91eaa278c47b94df1ac3d /Cargo.toml
parent6e5daefbd1fba73b3200461e82e00aad7023bb6b (diff)
.app target
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"