algebraeon-drawing 0.0.17

For drawing algebraeon things.
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 = "algebraeon-drawing"
version = "0.0.17"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "For drawing algebraeon things."
readme = false
license = "GPL-3.0-only"
resolver = "2"

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

[[bin]]
name = "foo"
path = "src/bin/foo.rs"

[[bin]]
name = "main_sc"
path = "src/bin/main_sc.rs"

[[bin]]
name = "main_sc2"
path = "src/bin/main_sc2.rs"

[[bin]]
name = "main_sc3"
path = "src/bin/main_sc3.rs"

[[bin]]
name = "main_sc4"
path = "src/bin/main_sc4.rs"

[[bin]]
name = "main_sc5"
path = "src/bin/main_sc5.rs"

[dependencies.algebraeon-geometry]
version = "=0.0.17"
default-features = false

[dependencies.algebraeon-nzq]
version = "=0.0.17"
default-features = false

[dependencies.algebraeon-rings]
version = "=0.0.17"
default-features = false

[dependencies.algebraeon-sets]
version = "=0.0.17"
default-features = false

[dependencies.bytemuck]
version = "1.22.0"

[dependencies.log]
version = "0.4.27"

[dependencies.pollster]
version = "0.4.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.wgpu]
version = "25.0.0"

[dependencies.winit]
version = "0.30.9"