Kickstart a new rewrite of the raidillon engine
Endless refactors, refactor everyday, refactor relentlessly, refactor every morning, every day, every hour.
This commit is contained in:
commit
f7d5c14caf
19 changed files with 4391 additions and 0 deletions
7
raidillon_core/Cargo.lock
generated
Normal file
7
raidillon_core/Cargo.lock
generated
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "raidillon_core"
|
||||
version = "0.1.0"
|
||||
6
raidillon_core/Cargo.toml
Normal file
6
raidillon_core/Cargo.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "raidillon_core"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
0
raidillon_core/src/lib.rs
Normal file
0
raidillon_core/src/lib.rs
Normal file
Loading…
Add table
Add a link
Reference in a new issue