gantz 0.2.0

An environment for creative systems.
# 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 = "gantz"
version = "0.2.0"
authors = ["nannou-org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "gantz"
description = "An environment for creative systems."
homepage = "https://github.com/nannou-org/gantz"
readme = false
license = "Apache-2.0"
repository = "https://github.com/nannou-org/gantz"

[[bin]]
name = "gantz"
path = "src/main.rs"

[[bin]]
name = "update-base"
path = "src/main_update_base.rs"

[dependencies.bevy]
version = "0.17"
features = [
    "bevy_asset",
    "bevy_camera",
    "bevy_core_pipeline",
    "bevy_log",
    "bevy_render",
    "bevy_shader",
    "bevy_window",
    "multi_threaded",
    "std",
    "wayland",
    "webgl2",
]
default-features = false

[dependencies.bevy_egui]
version = "0.38"
features = ["serde"]

[dependencies.bevy_gantz]
version = "0.2.0"

[dependencies.bevy_gantz_egui]
version = "0.2.0"

[dependencies.bevy_pkv]
version = "0.14"

[dependencies.dyn-clone]
version = "1"

[dependencies.dyn-hash]
version = "0.2.2"

[dependencies.egui_graph]
version = "0.12.1"

[dependencies.gantz_base]
version = "0.2.0"

[dependencies.gantz_ca]
version = "0.2.0"

[dependencies.gantz_core]
version = "0.2.0"

[dependencies.gantz_egui]
version = "0.2.0"

[dependencies.gantz_std]
version = "0.2.0"

[dependencies.petgraph]
version = "0.8"
features = ["serde-1"]

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

[dependencies.steel-core]
version = "0.7"

[dependencies.typetag]
version = "0.2"

[dependencies.web-time]
version = "1"

[dev-dependencies.ron]
version = "0.10"