refactor: A new beginning

This commit is contained in:
Chance 2025-04-11 20:17:24 -04:00 committed by BitSyndicate
parent fc43a7454a
commit 6ce3e627cc
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
33 changed files with 21 additions and 7657 deletions

View file

@ -1,11 +1,20 @@
[package]
name = "zenyx"
version = "0.1.0"
edition = "2024"
authors = ["Caznix (Chance) <Caznix01@gmail.com>"]
description = "A memory safe, opinionated Game Engine/Framework, written in Rust."
keywords = ["engine", "graphics", "game"]
categories = ["game-development", "graphics"]
license = "MIT"
homepage = "https://zenyx-engine.github.io/"
repository = "https://codeberg.org/Caznix/Zenyx"
[workspace]
resolver = "2"
members = ["engine","subcrates/zen_core"]
# members = ["engine","subcrates/zen_core"]
[workspace.dependencies]
parking_lot = "0.12.3"
zen_core = { path = "./subcrates/zen_core" }
[profile.release]
lto = true