From b3572f52627b7579d4f4ea6d2ee9189facf454e1 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 5 Oct 2023 11:05:30 +1100 Subject: [PATCH] bundle metadata --- gb-emu/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gb-emu/Cargo.toml b/gb-emu/Cargo.toml index 48ba485..1fa34f6 100644 --- a/gb-emu/Cargo.toml +++ b/gb-emu/Cargo.toml @@ -2,6 +2,10 @@ name = "gb-emu" version = "0.4.0" edition = "2021" +description = "TWINC Game Boy (CGB/DMG) emulator" + +[package.metadata.bundle] +identifier = "com.alexjanka.TWINC" [features] default = ["vulkan"]