cotis-wgpu 0.1.0-alpha

Desktop wgpu renderer backend for Cotis
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 = "cotis-wgpu"
version = "0.1.0-alpha"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Desktop wgpu renderer backend for Cotis"
homepage = "https://github.com/igna-778/cotis-wgpu.git"
documentation = "https://docs.rs/cotis-wgpu"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "wgpu",
    "rendering",
]
categories = [
    "gui",
    "rendering",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-wgpu.git"

[features]
complex-color = [
    "cotis-defaults/complex_color",
    "cotis-defaults/complex_colored_text",
    "cotis-pipes/complex-color",
]

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

[[example]]
name = "basic_example"
path = "examples/basic_example/main.rs"

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

[dependencies.cotis]
version = "0.1.0-alpha"

[dependencies.cotis-defaults]
version = "0.1.0-alpha.2"

[dependencies.cotis-utils]
version = "0.1.0-alpha"

[dependencies.glyphon]
version = "0.8"

[dependencies.indexmap]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.4"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.wgpu]
version = "24"

[dependencies.winit]
version = "0.30"

[dev-dependencies.cotis-layout]
version = "0.1.0-alpha.1"

[dev-dependencies.cotis-pipes]
version = "0.1.0-alpha"

[dev-dependencies.env_logger]
version = "0.11"