wormhole-engine 0.1.0

A portable, no-editor game engine with Rust core and Crystal scripting
Documentation
[package]
name = "wormhole-engine"
version = "0.1.0"
edition = "2021"
description = "A portable, no-editor game engine with Rust core and Crystal scripting"
license = "MIT OR Apache-2.0"
authors = ["Wormhole Contributors"]
repository = "https://github.com/Aspenini/Wormhole"
keywords = ["game-engine", "gamedev", "crystal", "wgpu", "3d"]
categories = ["game-development", "graphics"]

[lib]
name = "wormhole"
crate-type = ["cdylib", "rlib"]

[[bin]]
name = "wormhole-engine"
path = "src/main.rs"

[dependencies]
winit = "0.29"
wgpu = "0.20"
env_logger = "0.11"
pollster = "0.3"
libloading = "0.8"
bytemuck = { version = "1.14", features = ["derive"] }
cgmath = "0.18"
jxl-oxide = "0.12"