wip: week of changes
This commit is contained in:
parent
03e8f34dba
commit
176ea52ab0
20 changed files with 171 additions and 47 deletions
13
raidillon_game/Cargo.toml
Normal file
13
raidillon_game/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "raidillon_game"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = ["glium"]
|
||||
glium = ["raidillon_glium"]
|
||||
|
||||
[dependencies]
|
||||
raidillon_core = { path = "../raidillon_core" }
|
||||
raidillon_platform = { path = "../raidillon_platform" }
|
||||
raidillon_glium = { path = "../raidillon_glium", optional = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue