verdant 0.2.3

A WIP windowing and rendering library.
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 = "verdant"
version = "0.2.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A WIP windowing and rendering library."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/grimtin10/verdant"

[features]
default = [
    "image",
    "text",
]
image = ["dep:image"]
text = ["dep:fontdue"]

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

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

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

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

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

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

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.fontdue]
version = "0.9.3"
optional = true

[dependencies.image]
version = "0.25.10"
optional = true

[dependencies.pollster]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.wgpu]
version = "29.0.3"

[dependencies.winit]
version = "0.31.0-beta.2"

[dev-dependencies.time]
version = "0.3"
features = ["local-offset"]

[build-dependencies.cfg_aliases]
version = "0.2.0"