inset-embedder-default 0.2.0

Default host for Inset: winit on native, canvas WebGPU on wasm
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 = "2024"
name = "inset-embedder-default"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Default host for Inset: winit on native, canvas WebGPU on wasm"
homepage = "https://inset.rs"
readme = false
keywords = [
    "ui",
    "gui",
    "flutter",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/inset-rs/inset"

[lib]
name = "inset_embedder_default"
path = "src/lib.rs"

[dependencies.inset-embedder]
version = "0.2.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.inset-embedder-winit]
version = "0.2.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.inset-embedder-web]
version = "0.2.0"

[lints.rust]
unsafe_code = "forbid"