[package] name = "vngine" description = "A player and engine for visual novels" license = "MIT OR Apache-2.0" version = "0.1.0" authors = ["Fabio U. Krapohl "] edition = "2018" repository = "https://gitlab.com/porky11/vngine-rs" readme = "README.md" [dependencies] femtovg = "0.2" winit = "0.25" glutin = "0.27" resource = "0.5" pns = "0.8" gapp = "0.1.0" gapp-winit = "0.2" simple-color = "0.1" femto-formatting = "0.1" kv-parser = "0.1"