gpui-mobile 0.1.0

Mobile platform support for GPUI — iOS (Metal/Blade) and Android (wgpu/Vulkan)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "gpui-mobile"
version = "0.1.0"
authors = ["Balamurali Pandranki <balamurali@live.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mobile platform support for GPUI — iOS (Metal/Blade) and Android (wgpu/Vulkan)"
homepage = "https://github.com/itsbalamurali/gpui-mobile"
readme = "README.md"
keywords = [
    "gui",
    "mobile",
    "ios",
    "android",
    "gpui",
]
categories = [
    "gui",
    "os",
]
license = "GPL-3.0-or-later OR AGPL-3.0-or-later OR Apache-2.0"
repository = "https://github.com/itsbalamurali/gpui-mobile"

[lib]
name = "gpui_mobile"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies]

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = true