cosg 0.1.1

A wgpu-based UI library with a dark violet theme
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"
name = "cosg"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wgpu-based UI library with a dark violet theme"
readme = false
license = "MIT"

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

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

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

[dependencies.env_logger]
version = "0.11"

[dependencies.glyphon]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.3"

[dependencies.wgpu]
version = "23"

[dependencies.winit]
version = "0.30"
features = ["rwh_06"]