engvis 0.1.0

Engineering visualization framework with GPU rendering
# 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 = "engvis"
version = "0.1.0"
authors = ["nil"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engineering visualization framework with GPU rendering"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yourusername/engvis"
resolver = "2"

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

[dependencies.egui]
version = "0.33"

[dependencies.egui-wgpu]
version = "0.33"

[dependencies.engvis-core]
version = "0.1.0"

[dependencies.engvis-renderer]
version = "0.1.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.glam]
version = "0.30"
features = ["bytemuck"]

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.4"

[dependencies.wgpu]
version = "27.0"

[dependencies.winit]
version = "0.30"