Rename crate folders to remove raidillon prefix

This commit is contained in:
reo 2025-08-17 21:14:59 +03:00
parent 176ea52ab0
commit 3458662cfc
29 changed files with 31 additions and 28 deletions

View file

@ -1,9 +0,0 @@
[package]
name = "raidillon_platform"
version = "0.1.0"
edition = "2024"
[dependencies]
winit = "0.30.12"
raidillon_core = { path = "../raidillon_core" }
raidillon_assets = { path = "../raidillon_assets" }