raden 2026.1.0-canary.5

2D Vector Graphics 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"
rust-version = "1.91"
name = "raden"
version = "2026.1.0-canary.5"
authors = ["Shiguredo Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2D Vector Graphics Library"
homepage = "https://github.com/shiguredo/raden"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/shiguredo/raden"

[lib]
name = "raden"
path = "src/lib.rs"
bench = false

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

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

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

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

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

[[example]]
name = "tiger"
path = "examples/tiger/main.rs"

[[test]]
name = "test_font"
path = "tests/test_font.rs"

[[test]]
name = "test_path"
path = "tests/test_path.rs"

[[test]]
name = "test_render"
path = "tests/test_render.rs"

[[test]]
name = "test_stroke"
path = "tests/test_stroke.rs"

[[bench]]
name = "fill_gradient"
path = "benches/fill_gradient.rs"
harness = false

[[bench]]
name = "fill_polygon"
path = "benches/fill_polygon.rs"
harness = false

[[bench]]
name = "fill_rect"
path = "benches/fill_rect.rs"
harness = false

[[bench]]
name = "fill_rect_rotated"
path = "benches/fill_rect_rotated.rs"
harness = false

[[bench]]
name = "fill_rect_smooth"
path = "benches/fill_rect_smooth.rs"
harness = false

[[bench]]
name = "fill_shape"
path = "benches/fill_shape.rs"
harness = false

[[bench]]
name = "matrix"
path = "benches/matrix.rs"
harness = false

[[bench]]
name = "stroke_polygon"
path = "benches/stroke_polygon.rs"
harness = false

[[bench]]
name = "stroke_rect"
path = "benches/stroke_rect.rs"
harness = false

[[bench]]
name = "stroke_shape"
path = "benches/stroke_shape.rs"
harness = false

[dependencies.cranelift-codegen]
version = "=0.130.0"

[dependencies.cranelift-frontend]
version = "=0.130.0"

[dependencies.cranelift-jit]
version = "=0.130.0"

[dependencies.cranelift-module]
version = "=0.130.0"

[dependencies.cranelift-native]
version = "=0.130.0"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.10"
features = ["chacha"]

[dev-dependencies.raw_player]
version = "2026.1.0-canary.1"