robocomp 0.1.0

Bevy Plugin for Robot/Rigid-Body Composition using URDF inspired physics agnostic components. For use with editors like Blender (via Skein) etc.
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 = "robocomp"
version = "0.1.0"
authors = ["Nilay Savant"]
build = false
exclude = [
    ".cursor/",
    ".github/",
    "assets/",
    "blender/",
    "crates/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy Plugin for Robot/Rigid-Body Composition using URDF inspired physics agnostic components. For use with editors like Blender (via Skein) etc."
homepage = "https://github.com/nilaysavant/robocomp"
documentation = "https://docs.rs/robocomp"
readme = "README.md"
keywords = [
    "bevy",
    "physics",
    "robotics",
    "urdf",
    "gltf",
]
categories = [
    "game-development",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nilaysavant/robocomp"
resolver = "2"

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

[dependencies.bevy]
version = "0.18"
features = [
    "bevy_render",
    "bevy_log",
]
default-features = false

[dependencies.bevy_skein]
version = "0.5"

[dependencies.petgraph]
version = "0.8"

[dev-dependencies.bevy]
version = "0.18"
features = [
    "2d",
    "3d",
    "ui",
    "bevy_dev_tools",
]
default-features = false