A city-building and transport simulation game written in Lean
name = "MonotoniCity" version = "0.1.0" defaultTargets = ["monotonicity"] [[lean_exe]] name = "monotonicity" root = "Main" moreLinkArgs = ["-lraylib"] [[require]] name = "raylean" scope = "funexists"