myth-engine 0.0.1

A developer-friendly, high-performance 3D rendering engine written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "myth-engine"
version = "0.0.1"
edition = "2024"
authors = ["Pan Xinmiao <pan_xinmiao@163.com>"]
license = "MIT OR Apache-2.0"
description = "A developer-friendly, high-performance 3D rendering engine written in Rust."
repository = "https://github.com/panxinmiao/myth"
homepage = "https://github.com/panxinmiao/myth"
readme = "README.md"

[dependencies]