[package] name = "ohm" version = "0.0.0" description = "High performance 2D graphics library" license = "MIT OR Apache-2.0" authors = ["LeshaInc "] edition = "2018" [dependencies] fnv = "1.0" smallvec = "0.6" derivative = "1.0" gfx-hal = "0.1" bitvec = "0.10" failure = "0.1" log = "0.4" relevant = "0.4" slab = "0.4" enum_dispatch = "0.1.3" back = { package = "gfx-backend-vulkan", version = "0.1" } env_logger = "0.6"