[package] name = "rust-demo-kaiya" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "a rust demo" homepage = "https://kaiyai.com" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [package.metadata.bundle] name = "RustDemo" identifier = "com.kaiyai.rust" icon = ["neovide.ico"] version = "0.8.0" resources = [] copyright = "Copyright (c) Kaiya 2021. All rights reserved." category = "Productivity" short_description = "A simple GUI for Rust." long_description = """ This is a simple graphical user interface for Neovim. Where possible there are some graphical improvements, but it should act functionally like the terminal UI. """ osx_minimum_system_version = "10.11"