From 893502300c0206cf629ff4e9ed5b9327743ebd30 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Wed, 26 Aug 2026 21:05:53 -0700 Subject: .app target --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.3.1