oxide-core-transform 0.1.0

Oxide Core transform and hierarchy primitives
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"
rust-version = "1.94"
name = "oxide-core-transform"
version = "0.1.0"
authors = ["Oxide Core Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Oxide Core transform and hierarchy primitives"
homepage = "https://github.com/alan13367/Oxide-Core"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/alan13367/Oxide-Core"

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

[dependencies.glam]
version = "0.32.1"

[dependencies.oxide_ecs]
version = "0.1.0"

[dependencies.oxide_math]
version = "0.1.0"
package = "oxide-core-math"