softbuffer_window_renderer 0.2.1

AnyRender WindowRenderer backed by the softbuffer crate
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 = "softbuffer_window_renderer"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AnyRender WindowRenderer backed by the softbuffer crate"
homepage = "https://github.com/dioxuslabs/anyrender"
documentation = "https://docs.rs/softbuffer_window_renderer"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/dioxuslabs/anyrender"
resolver = "2"

[features]
log_frame_times = ["debug_timer/enable"]

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

[dependencies.anyrender]
version = "0.7.0"

[dependencies.debug_timer]
version = "0.1.1"

[dependencies.softbuffer]
version = "0.4"