refactor: A new beginning
This commit is contained in:
parent
fc43a7454a
commit
6ce3e627cc
33 changed files with 21 additions and 7657 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue