aleatico 0.1.1

stub package for furmint engine graphics
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 = "aleatico"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "stub package for furmint engine graphics"
readme = "README.md"
license = "MIT"
repository = "https://github.com/w1ltshire/furmint.git"

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

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

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

[dependencies.cgmath]
version = "0.18.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.image]
version = "0.25.10"

[dependencies.log]
version = "0.4.29"

[dependencies.paste]
version = "1"

[dependencies.pollster]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.wgpu]
version = "29.0.1"

[dependencies.winit]
version = "0.30"

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

[target.'cfg(target_arch = "wasm32")'.dependencies.console_log]
version = "1.0"

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

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

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.69"
features = [
    "Document",
    "Window",
    "Element",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.wgpu]
version = "29.0"
features = ["webgl"]