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"]