drew-sim 0.2.0

Librairie de rendu 3D immédiat pour eframe/egui : maillages STL, caméra orbitale, télémétrie (axes, trajectoire, graphes).
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 = "drew-sim"
version = "0.2.0"
authors = ["Jorge Andre Castro <georgeandrec@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Librairie de rendu 3D immédiat pour eframe/egui : maillages STL, caméra orbitale, télémétrie (axes, trajectoire, graphes)."
documentation = "https://docs.rs/drew-sim"
readme = "README.md"
keywords = [
    "egui",
    "eframe",
    "3d",
    "rendering",
    "stl",
]
categories = [
    "rendering",
    "visualization",
    "game-development",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/jorgeandrecastro/drew-sim"

[features]
default = ["stl"]
stl = ["dep:stl_io"]

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

[[example]]
name = "orbit_viewer"
path = "examples/orbit_viewer.rs"

[dependencies.eframe]
version = "0.35"

[dependencies.stl_io]
version = "0.11"
optional = true

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1