spottedcat 0.3.8

Rusty SpottedCat simple game engine
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 = "spottedcat"
version = "0.3.8"
authors = ["Arion <arion.dsh@gmail.com>"]
build = false
exclude = [
    "examples/android/**",
    "examples/ios/**",
    "examples/wasm/**",
    "assets/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rusty SpottedCat simple game engine"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/arion-dsh/spottedcat"

[lib]
name = "spottedcat"
crate-type = [
    "rlib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[example]]
name = "async_loading_example"
path = "examples/async_loading_example.rs"

[[example]]
name = "audio_test"
path = "examples/audio_test.rs"

[[example]]
name = "centered_text_test"
path = "examples/centered_text_test.rs"

[[example]]
name = "flip_test"
path = "examples/flip_test.rs"

[[example]]
name = "input_example"
path = "examples/input_example.rs"

[[example]]
name = "seven_level_test"
path = "examples/seven_level_test.rs"

[[example]]
name = "shader_scope_test"
path = "examples/shader_scope_test.rs"

[[example]]
name = "text_performance_test"
path = "examples/text_performance_test.rs"

[[example]]
name = "touch_test"
path = "examples/touch_test.rs"

[dependencies.ab_glyph]
version = "0.2"

[dependencies.anyhow]
version = "1"

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.cpal]
version = "0.17.3"
features = ["wasm-bindgen"]

[dependencies.fundsp]
version = "0.18"

[dependencies.image]
version = "0.25"

[dependencies.symphonia]
version = "0.5"
features = ["all"]

[dependencies.wgpu]
version = "28"
features = ["gles"]

[dependencies.winit]
version = "0.30"
features = ["android-native-activity"]

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.web-sys]
version = "0.3"
features = [
    "console",
    "Document",
    "Element",
    "HtmlCanvasElement",
    "Window",
]

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.web-time]
version = "1"