Rename crate folders to remove raidillon prefix
This commit is contained in:
parent
176ea52ab0
commit
3458662cfc
29 changed files with 31 additions and 28 deletions
10
core/Cargo.toml
Normal file
10
core/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "raidillon_core"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
hecs = "0.10.5"
|
||||
indexmap = "2.10.0"
|
||||
raidillon_assets = { path = "../assets" }
|
||||
winit = "0.30.12"
|
||||
Loading…
Add table
Add a link
Reference in a new issue