[package] name = "youxi" version = "0.1.0" authors = ["Patrick Michl "] description = """ Small framwork for creating simple 2D graphics """ repository = "https://github.com/Huanzo/youxi" license = "MIT/Apache-2.0" edition = "2018" [dependencies] youxi-codegen = "0.1.0" mini_gl_fb = "0.6.0" cgmath = "0.17.0" rusttype = "0.7.3"