sge_debug_visualisations 1.0.2

Debug visualisation for SGE
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 = "sge_debug_visualisations"
version = "1.0.2"
authors = ["Lily Lopes <joshrl@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debug visualisation for SGE"
readme = false
license = "MIT"
repository = "https://github.com/LilyRL/sge"

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

[dependencies.egui_glium]
version = "0.31.1"

[dependencies.egui_plot]
version = "0.31"

[dependencies.glium]
version = "0.36.0"

[dependencies.sge_api]
version = "1.0.2"

[dependencies.sge_camera]
version = "1.0.2"

[dependencies.sge_color]
version = "1.0.2"

[dependencies.sge_debugging]
version = "1.0.2"

[dependencies.sge_error_union]
version = "1.0.2"

[dependencies.sge_math]
version = "1.0.2"

[dependencies.sge_programs]
version = "1.0.2"

[dependencies.sge_rendering]
version = "1.0.2"

[dependencies.sge_text]
version = "1.0.2"

[dependencies.sge_textures]
version = "1.0.2"

[dependencies.sge_types]
version = "1.0.2"

[dependencies.sge_vectors]
version = "1.0.2"

[dependencies.sge_window]
version = "1.0.2"