cotis-wgpu 0.1.0-alpha

Desktop wgpu renderer backend for Cotis
Documentation
[package]
name = "cotis-wgpu"
version = "0.1.0-alpha"
edition = "2024"
license = "MIT"
authors = ["Ignacio Castán"]
description = "Desktop wgpu renderer backend for Cotis"
readme = "../README.md"
documentation = "https://docs.rs/cotis-wgpu"
repository = "https://github.com/igna-778/cotis-wgpu.git"
homepage = "https://github.com/igna-778/cotis-wgpu.git"
keywords = ["gui", "ui", "wgpu", "rendering"]
categories = ["gui", "rendering"]

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

[dependencies]
cotis = "0.1.0-alpha"
cotis-utils = "0.1.0-alpha"
cotis-defaults = "0.1.0-alpha.2"
wgpu = "24"
winit = "0.30"
glyphon = "0.8"
pollster = "0.4"
bytemuck = { version = "1", features = ["derive"] }
raw-window-handle = "0.6"
log = "0.4"
indexmap = "2"

[dev-dependencies]
cotis-layout = "0.1.0-alpha.1"
cotis-pipes = "0.1.0-alpha"
env_logger = "0.11"

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