A 2D Demo Engine built in Rust, using WLambda for scripting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
620 B

[package]
name = "wcdemengine"
version = "0.1.0"
authors = ["Weird Constructor <weirdconstructor@gmail.com>"]
edition = "2018"
[dependencies]
palette = "0.2"
chrono = "0.4.6"
wlambda = { path = "../wlambda" }
ggez = "0.5.1"
vecmath = "1.0.0"
nalgebra = "0.18.0"
mint = "0.5.1"
#[dependencies.sdl2]
#version="0.32"
#default-features=false
#features=["ttf","bundled","gfx"]
##,"image","gfx","ttf"]
##,"mixer"]
[profile.release]
panic = "abort"
lto = true
codegen-units = 1
incremental = false
opt-level = "z"