blinc_gpu 0.1.15

Blinc GPU renderer - SDF-based rendering via wgpu
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 = "2021"
rust-version = "1.75"
name = "blinc_gpu"
version = "0.1.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blinc GPU renderer - SDF-based rendering via wgpu"
documentation = "https://docs.rs/blinc_gpu"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"

[features]
android = ["vulkan"]
default = []
desktop = [
    "vulkan",
    "metal",
    "dx12",
    "winit",
]
dx12 = ["wgpu/dx12"]
fuchsia = ["vulkan"]
harmony = ["vulkan"]
ios = ["metal"]
metal = ["wgpu/metal"]
vulkan = ["wgpu/vulkan-portability"]
webgl = ["wgpu/webgl"]

[lib]
name = "blinc_gpu"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.blinc_core]
version = "0.1.14"

[dependencies.blinc_paint]
version = "0.1.14"

[dependencies.blinc_text]
version = "0.1.14"

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

[dependencies.lru]
version = "0.12"

[dependencies.lyon]
version = "1.0"

[dependencies.naga]
version = "23.0"

[dependencies.pollster]
version = "0.4"

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

[dependencies.slotmap]
version = "1.0"
features = ["serde"]

[dependencies.smallvec]
version = "1.11"
features = ["serde"]

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu]
version = "23.0"

[dependencies.winit]
version = "0.30"
optional = true