[package] name = "very_simple_2d_core" version = "0.6.0" authors = ["Ken "] build = "build.rs" edition = "2018" description = "Simple 2D graphics library without context creation code" license = "MIT/Apache-2.0" repository = "https://github.com/tiby312/very_simple_2d" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axgeom = "1.5" image = "0.22.3" [build-dependencies] gl_generator = "0.13.0"