dioxus-three 0.0.1

A Threejs component for Dioxus Desktop applications
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.76"
name = "dioxus-three"
version = "0.0.1"
authors = ["Esteban Puello <eftech93@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Threejs component for Dioxus Desktop applications"
readme = "README.md"
keywords = [
    "dioxus",
    "threejs",
    "3d",
    "graphics",
    "component",
]
categories = [
    "gui",
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eftech93/dioxus-three"

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

[dependencies.dioxus]
version = "0.5"
features = ["desktop"]

[dev-dependencies.dioxus-desktop]
version = "0.5"

[dev-dependencies.tracing-subscriber]
version = "0.3"