radiantkit-image 0.0.1

Framework to build graphic applications
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 = "radiantkit-image"
version = "0.0.1"
description = "Framework to build graphic applications"
homepage = "https://www.radiantkit.xyz/"
license = "MIT"
repository = "https://github.com/radiant-labs/radiantkit"

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

[dependencies.cgmath]
version = "0.18"

[dependencies.ehttp]
version = "0.3.1"

[dependencies.epaint]
version = "0.22.0"
features = [
    "bytemuck",
    "serde",
]

[dependencies.futures-intrusive]
version = "0.5"

[dependencies.image]
version = "0.24.7"
features = [
    "jpeg",
    "png",
]

[dependencies.log]
version = "0.4"

[dependencies.macro_magic]
version = "0.5.0"

[dependencies.pollster]
version = "0.3"

[dependencies.radiantkit-core]
version = "0.0.1"

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

[dependencies.wgpu]
version = "0.17"
features = ["webgl"]