gizmo-engine 0.1.2

A custom ECS and physics engine aimed for realistic simulations.
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 = "2021"
name = "gizmo-engine"
version = "0.1.2"
authors = ["Bedir"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A custom ECS and physics engine aimed for realistic simulations."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://git.bedirkaraabali.com/bdrtr/Yelbegen-engine"

[features]
audio = ["dep:gizmo-audio"]
default = [
    "audio",
    "scene",
]
editor = ["dep:gizmo-editor"]
scene = ["dep:gizmo-scene"]
scripting = ["dep:gizmo-scripting"]

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

[dependencies.bytemuck]
version = "1"

[dependencies.egui]
version = "0.28"

[dependencies.gizmo-ai]
version = "0.1.2"

[dependencies.gizmo-app]
version = "0.1.2"

[dependencies.gizmo-audio]
version = "0.1.2"
optional = true

[dependencies.gizmo-core]
version = "0.1.2"

[dependencies.gizmo-editor]
version = "0.1.2"
optional = true

[dependencies.gizmo-math]
version = "0.1.2"

[dependencies.gizmo-physics]
version = "0.1.2"
features = ["gpu_physics"]

[dependencies.gizmo-renderer]
version = "0.1.2"

[dependencies.gizmo-scene]
version = "0.1.2"
optional = true

[dependencies.gizmo-scripting]
version = "0.1.2"
optional = true

[dependencies.gizmo-window]
version = "0.1.2"

[dependencies.tracing]
version = "0.1.44"

[dependencies.wgpu]
version = "0.20"

[dependencies.winit]
version = "0.29"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.rayon]
version = "1.11.0"