notan_app 0.13.0

Provides the core API for Notan
Documentation
[dependencies.downcast-rs]
version = "2.0.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.hashbrown]
version = "0.15.2"

[dependencies.indexmap]
version = "2.7.1"

[dependencies.log]
version = "0.4.25"

[dependencies.notan_audio]
optional = true
version = "0.13.0"

[dependencies.notan_core]
version = "0.13.0"

[dependencies.notan_graphics]
version = "0.13.0"

[dependencies.notan_input]
version = "0.13.0"

[dependencies.notan_macro]
version = "0.13.0"

[dependencies.notan_utils]
version = "0.13.0"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[features]
audio = ["notan_audio"]
clipboard = ["notan_core/clipboard"]
drop_files = ["notan_core/drop_files", "wasm-bindgen-futures", "js-sys", "futures-util", "web-sys", "web-sys/File", "web-sys/Blob"]
links = ["notan_core/links"]

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

[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides the core API for Notan"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_app"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
version = "0.13.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.platter2]
version = "0.1.6"

[target.'cfg(target_arch = "wasm32")'.dependencies.futures-util]
optional = true
version = "0.3.31"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
optional = true
version = "0.3.77"

[target.'cfg(target_arch = "wasm32")'.dependencies.platter2]
features = ["web-sys"]
version = "0.1.6"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
optional = true
version = "0.4.50"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
optional = true
version = "0.3.77"