jag-surface 0.1.1

Canvas-style drawing API on top of jag-draw
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 = "jag-surface"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canvas-style drawing API on top of jag-draw"
readme = "README.md"
keywords = [
    "canvas",
    "drawing",
    "2d",
    "gpu",
    "graphics",
]
categories = [
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/jag-rs/jag"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
]
default-features = false

[dependencies.jag-draw]
version = "0.1.1"