move to workspace mode
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "sol_chess"
|
||||
version = "0.0.1"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
sol_lib = { path = "../lib" }
|
||||
macroquad = { workspace = true }
|
||||
quad-snd = { workspace = true }
|
||||
|
||||
[profile.release]
|
||||
opt-level = 's'
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
strip = true
|
||||
Reference in New Issue
Block a user